mirai/mirai-console/backend/integration-test/testers
2022-04-24 16:18:22 +01:00
..
MCITSelfTestPlugin Plugin dependencies automatic download system 2022-02-21 21:20:35 +08:00
plugin-depend-on-other Resources & ServiceLoader resolving 2022-03-30 08:48:41 +08:00
plugin-dynamic-dependencies-download Init dependencies of no-other-plugin-depended plugins first; fix #1965 2022-04-06 20:30:05 +08:00
plugin-resolve-self-dependencies-over-console-ones Add plugin tests PluginResolveSelfDependenciesOverConsoleOnes, close #1981 2022-04-24 16:18:22 +01:00
plugin-use-console-deps-fallback/src Add plugin tests PluginResolveSelfDependenciesOverConsoleOnes, close #1981 2022-04-24 16:18:22 +01: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 Fix empty resource link resolving 2022-03-30 11:52:36 +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