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
I noticed some old feature requests where people wanted custom CLI switches. It's fair that you don't want to allow people to define their own I suppose but consider this.
I regularly will want to skip the Mock phase of the test. Especially when I'm rapidly iterating on one specific test that might not even edit anything or need anything in the database.
Typically this Mocking happens in TestListener like so
I noticed some old feature requests where people wanted custom CLI switches. It's fair that you don't want to allow people to define their own I suppose but consider this.
I regularly will want to skip the Mock phase of the test. Especially when I'm rapidly iterating on one specific test that might not even edit anything or need anything in the database.
Typically this Mocking happens in TestListener like so
However in recent months I've taken to using a file on the file system to tell it to skip the mock phase like so:
So my request is to add some CLI switch that could signify that you would like to skip the mock phase or somehow modify it.
However, if there are better way to do this I am all ears.
The text was updated successfully, but these errors were encountered: