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
In the test Runner UI I only find the ability to select a single test spec file to run.
Desired behavior:
I would like to be able to select multiple test specs to run.
I would also like to be able to select individual tests from a spec file to run as opposed to running the entire spec file. Yes, I know there is a .only() and .skip() function to tack onto the code, but that is not as simple a multi-select in the UI.
I actually came up with what I thought was a cool way to do this, and it works, but my manager has a tough time accepting it since it is "non-standard"...sigh.
What it would look like: Just like Windows File Explorer, double click launches whatever you have selected, single click selects, CTRL+single click adds or removes selection, shift+single click selects a range...check boxes could also be used.
Versions
Cypress v3.0.3 is what I am currently using.
Chrome v72.0.3626.109
The text was updated successfully, but these errors were encountered:
Recently been doing a lot of API changes in our product, and then running all specs to find problem areas. After fixing issues in one test, it would be nice to rerun just that, or as @SDESkowronski proposes a way to select what it() statements to run eg. a UI for .skip() and .only()
Current behavior:
In the test Runner UI I only find the ability to select a single test spec file to run.
Desired behavior:
I would like to be able to select multiple test specs to run.
I would also like to be able to select individual tests from a spec file to run as opposed to running the entire spec file. Yes, I know there is a .only() and .skip() function to tack onto the code, but that is not as simple a multi-select in the UI.
I actually came up with what I thought was a cool way to do this, and it works, but my manager has a tough time accepting it since it is "non-standard"...sigh.
What it would look like: Just like Windows File Explorer, double click launches whatever you have selected, single click selects, CTRL+single click adds or removes selection, shift+single click selects a range...check boxes could also be used.
Versions
Cypress v3.0.3 is what I am currently using.
Chrome v72.0.3626.109
The text was updated successfully, but these errors were encountered: