|
|
3 yıl önce | |
|---|---|---|
| .. | ||
| MCITSelfTestPlugin | 4 yıl önce | |
| mirai-plugin-compatibility | 3 yıl önce | |
| plugin-dep-dependon-dep-issue-2054 | 3 yıl önce | |
| plugin-depend-on-other | 4 yıl önce | |
| plugin-dynamic-dependencies-download | 3 yıl önce | |
| plugin-resolve-self-dependencies-over-console-ones | 3 yıl önce | |
| plugin-use-console-deps-fallback | 3 yıl önce | |
| service-loader | 3 yıl önce | |
| .gitignore | 4 yıl önce | |
| README.md | 4 yıl önce | |
| tester.template.gradle.kts | 4 yıl önce | |
Integration Test 的测试插件, 放置在本文件夹内的全部插件均为 console 内部测试用插件
如果您不是正在修改 mirai-console, 则不需要阅读此文件及此模块
创建新测试插件只需要在本文件夹创建新的目录, 然后重载 (Reimport gradle projects)
如果需要添加新的依赖, 请在 IntegrationTest/build.gradle.kts 添加相关依赖 (使用 testApi) 并标注哪个测试框架使用此依赖, 为何使用此依赖
如果需要自定义 build.gradle.kts, 请在 IDEA 右键 build.gradle.kts 并选择 Git > Add File