Unit tests run configuration pattern syntax

Couldn't find the description of the pattern on help site.

I believed the syntax for the patten in unit test configuration is the same as in Idea: TestClass1||TestClass2||TestClass3 ..., but it is not working for me in AppCode.

I'm using XCTest/Kiwi run configuration for testing. The target is a unit test target.

Any way of specyfing the group of test classes to run?

0

There is another syntax here. Please, use Test1,Test2,Test3

0
Avatar
Permanently deleted user

Perfect! Thanks a lot. Just a comma and no spaces between. Working as expected.

0

请先登录再写评论。