Skip to content

Run individual cases, and tags improvement

Compare
Choose a tag to compare
@Ahmed-Ali Ahmed-Ali released this 04 Dec 02:44
· 151 commits to master since this release

Added Features

Added the ability to execute individual test suites/cases from Xcode test navigator.
The current implementation has a known limitation: if you execute individual suite or case from the test navigator, the rest of the suites/cases will disappear from the test navigator. You will have to CMD+U to execute everything again and all the suites/cases will appear again.
This limitation might be solved later, but for now it is believed this feature can be very handy.

Changes

  • Improved the tags handling to work on the scenario level instead of the feature level only. See issue #31