mirai/mirai-console/backend/integration-test/testers
2022-05-24 18:10:18 +08:00
..
MCITSelfTestPlugin Plugin dependencies automatic download system 2022-02-21 21:20:35 +08:00
mirai-jar-after-2_11 Change file suffix of new plugins to '.mirai2.jar'. Ignore '.mirai.jar' if its '.mirai2.jar' counterparts loaded. Close #1999 2022-05-01 17:59:05 +01:00
mirai-jar-after-2_11-without-new Change file suffix of new plugins to '.mirai2.jar'. Ignore '.mirai.jar' if its '.mirai2.jar' counterparts loaded. Close #1999 2022-05-01 17:59:05 +01:00
mirai-jar-before-2_11 Change file suffix of new plugins to '.mirai2.jar'. Ignore '.mirai.jar' if its '.mirai2.jar' counterparts loaded. Close #1999 2022-05-01 17:59:05 +01:00
plugin-dep-dependon-dep-issue-2054 Fix build 2022-05-24 18:10:18 +08:00
plugin-depend-on-other Resources & ServiceLoader resolving 2022-03-30 08:48:41 +08:00
plugin-dynamic-dependencies-download Using PlatformClassLoader to resolve java.*; fix #2009 2022-05-04 16:36:13 +08:00
plugin-resolve-self-dependencies-over-console-ones Rename Access to Classpath 2022-05-24 17:00:30 +08:00
plugin-use-console-deps-fallback Fix ktor 2.0.0 linking (#2051); Improve console plugin classloader logic 2022-05-21 21:24:09 +08:00
same-pkg-1 Plugin dependencies automatic download system 2022-02-21 21:20:35 +08:00
same-pkg-2 Plugin dependencies automatic download system 2022-02-21 21:20:35 +08:00
service-loader Rename Access to Classpath 2022-05-24 17:00:30 +08:00
.gitignore [CONSOLE] Integration Test (#1741) 2021-12-18 22:59:43 +08:00
README.md [CONSOLE] Integration Test (#1741) 2021-12-18 22:59:43 +08:00
tester.template.gradle.kts Nested modules in console integration test 2022-03-30 08:48:28 +08:00

Integration Test - Sub Testers

Integration Test 的测试插件, 放置在本文件夹内的全部插件均为 console 内部测试用插件

如果您不是正在修改 mirai-console, 则不需要阅读此文件及此模块


创建新测试插件只需要在本文件夹创建新的目录, 然后重载 (Reimport gradle projects)

如果需要添加新的依赖, 请在 IntegrationTest/build.gradle.kts 添加相关依赖 (使用 testApi) 并标注哪个测试框架使用此依赖, 为何使用此依赖

如果需要自定义 build.gradle.kts, 请在 IDEA 右键 build.gradle.kts 并选择 Git > Add File