How to use unit test cases (added to a development pod as test_spec) in the main app target? How to use unit test cases (added to a development pod as test_spec) in the main app target? jenkins jenkins

How to use unit test cases (added to a development pod as test_spec) in the main app target?


Once you have the target you need to edit your scheme to make it run the tests!

Edit scheme

Then set it to be tested (by adding it to the +)

Include tests in the test list

Also it is added automatically to the build

Add test to build

And its done! :D