Run individual cases, and tags improvement
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