-
Notifications
You must be signed in to change notification settings - Fork 3.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Change the way "Run All Specs" are run in Interactive Mode (from the GUI) #1586
Comments
I have a question about this point:
Is there an API/config setting to do this in the current version? |
Yes its |
Comp for:
@brian-mann mentioned maybe adding a tooltip message when you hover over the commands, since you are likely trying to snapshot if you're hovering. |
Do I understand correctly that you will soon alter the behaviour of cypress open and cypress run in such a way that cypress open will behave like cypress run? After that, will we lose the ability to run before hook really once before all tests? |
What is the status of this issue? This is a blocker for the cypress-image-snapshot library we would like to implement in our codebase |
This seems like a really good improvement. Especially the running a subset of specs by folder and not killing the browser unnecessarily in open mode. So here is a +1 from me. |
Turning off test isolation fix issue in my test setup. |
This comes from this epic... #681
All other stories were complete except this section...
Interactive Mode
@jennifer-shehane we'll need you to comp some UI changes related to communicating to the users about running too many tests in Interactive Mode.
This should include a banner saying: "It looks like you're trying to run all tests in Interactive Mode. To prevent crashes slowdowns we are turning off interactive snapshots and debugging features."
The text was updated successfully, but these errors were encountered: