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

feat: remove screenshotting #205

Merged
merged 2 commits into from
May 4, 2020
Merged

Conversation

c32hedge
Copy link
Contributor

Core Cypress already takes screenshots on failed tests.

It wasn't clear to me whether the "hack" about making sure this plugin's afterEach is called before any user-supplied afterEach is still necessary. Part of the comment suggested that it was also to ensure the command list didn't get cluttered, so I left it.

Resolves #204.

Core Cypress already takes screenshots on failed tests.
@tomcashman
Copy link

@bahmutov any chance of getting this merged soon? This is causing issues on some long cypress runs.

@bahmutov bahmutov changed the title Remove screenshotting feat: remove screenshotting May 4, 2020
@bahmutov bahmutov merged commit be87845 into bahmutov:master May 4, 2020
@bahmutov
Copy link
Owner

bahmutov commented May 4, 2020

🎉 This PR is included in version 2.7.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Why does cypress-failed-log need to take screenshots?
3 participants