print() statements in the default tests, so you know which test you have run.XXXTests.swift, place cursor under any test function, press ⌃⌥⌘ U.Only the test function under cursor should be run.
All test functions has run, you can check logs in console to confirm.
List the software versions you're using:
Please also mention which package manager you used and its version. Delete the
other package managers in this list:
You are probably looking for:
https://github.com/Quick/Quick/blob/master/Documentation/en-us/QuickExamplesAndGroups.md#temporarily-running-a-subset-of-focused-examples
@angerman: Thank you, indeed that's the solution I'm currently using. But it require code change, which is inconvenient and not flexible.
Most helpful comment
@angerman: Thank you, indeed that's the solution I'm currently using. But it require code change, which is inconvenient and not flexible.