You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While running with autospec (-a) sometimes I need to run a single test (for example, to see the log produced only by that test). Is there a way to "focus" on a particular test?
In Rspec that can be done with tags in conjunction with the run_all_when_everything_filtered setting.
It could be nice to have something like the xit macro but for focusing on individual tests (maybe named "fit"?).
Sorry if there is already another way to do this, but could find it on the docs.
Thanks for this library by the way.
The text was updated successfully, but these errors were encountered:
While running with autospec (-a) sometimes I need to run a single test (for example, to see the log produced only by that test). Is there a way to "focus" on a particular test?
In Rspec that can be done with tags in conjunction with the run_all_when_everything_filtered setting.
It could be nice to have something like the xit macro but for focusing on individual tests (maybe named "fit"?).
Sorry if there is already another way to do this, but could find it on the docs.
Thanks for this library by the way.
The text was updated successfully, but these errors were encountered: