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 like clicking the "Run all specs" button to quickly run integration tests locally. I have a lot of visual regression tests which always fail in cypress open because of the following issues:
With the unfortunate differences in behavior between the two environments, I never run "Run all specs" in cypress open because many of the tests will fail, I never want them to run in the first place, and they take a long time to run.
Desired behavior:
Allow developers to optionally configure which tests should be excluded from running in cypress open dashboard.
The text was updated successfully, but these errors were encountered:
kylemh
changed the title
Allow some tests to be hidden for cypress open
Allow optional, configurable exclusion of tests from cypress open dashboard.
May 27, 2019
Current behavior:
I like clicking the "Run all specs" button to quickly run integration tests locally. I have a lot of visual regression tests which always fail in
cypress open
because of the following issues:scale: true
are not stitched together as expected, contains black borders / spacings #2348cypress open
versuscypress run
result in different screenshot sizes #3324With the unfortunate differences in behavior between the two environments, I never run "Run all specs" in
cypress open
because many of the tests will fail, I never want them to run in the first place, and they take a long time to run.Desired behavior:
Allow developers to optionally configure which tests should be excluded from running in
cypress open
dashboard.The text was updated successfully, but these errors were encountered: