We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When test case fail, cypress will capture screenshot only visible region.
Support capture full screen (app preview). In some case, error happened in invisible region, capture full screen maybe will get it.
Set an environment variable in cypress.json, like: screenshotsFullScreen, default is false, capture full screen when it is true.
Cypress4.10.0
The text was updated successfully, but these errors were encountered:
I would mark it as a feature but would think this is a low priority since we would expect the error to more likely manifest itself in the command log.
Sorry, something went wrong.
Duplicate of #5920
No branches or pull requests
Current behavior
When test case fail, cypress will capture screenshot only visible region.
Desired behavior
Support capture full screen (app preview). In some case, error happened in invisible region, capture full screen maybe will get it.
Set an environment variable in cypress.json, like: screenshotsFullScreen, default is false, capture full screen when it is true.
Versions
Cypress4.10.0
The text was updated successfully, but these errors were encountered: