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?
Please sign in to leave a comment.
There is another syntax here. Please, use Test1,Test2,Test3
Perfect! Thanks a lot. Just a comma and no spaces between. Working as expected.