Skip to content
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

Allow optional, configurable exclusion of tests from cypress open dashboard. #4315

Closed
kylemh opened this issue May 27, 2019 · 3 comments
Closed

Comments

@kylemh
Copy link

kylemh commented 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:

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.

@kylemh 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
@mccataldo
Copy link

@kylemh This plugin might help a little bit: cypress-skip-and-only-ui

@mccataldo
Copy link

@kylemh ...or this one: cypress-select-tests

@kylemh
Copy link
Author

kylemh commented Jun 25, 2019

Looks like those plugins do what I need. Thanks!

@kylemh kylemh closed this as completed Jun 25, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants