1.GMS测试不测试某个模块:
--exclude-filter module
2.GMS测试不测试某个测试项:
--exclude-filter "module test_name"
3.GMS测试测试某个模块:
-m module
4.GMS测试测试某个测试项:
-m module -t test_name
5.GMS测试测试多个模块:
--include-filter module
注意:1和2可以一起使用
博客主要围绕GMS测试展开,介绍了不测试某个模块、不测试某个测试项、测试某个模块、测试某个测试项以及测试多个模块等情况,还提到不测试模块和不测试测试项可一起使用。
1.GMS测试不测试某个模块:
--exclude-filter module
2.GMS测试不测试某个测试项:
--exclude-filter "module test_name"
3.GMS测试测试某个模块:
-m module
4.GMS测试测试某个测试项:
-m module -t test_name
5.GMS测试测试多个模块:
--include-filter module
注意:1和2可以一起使用
1006
619
1580

被折叠的 条评论
为什么被折叠?