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
It would be helpful to have the screenshots of failed end-to-end tests saved as action artifact.
This can help speeding up fixing failed e2e tests.
Nothing of that sort.
Screenshots of failed test steps being uploaded as artifacts, so they will be attached to the action.
Iirc, cypress generates screenshots for failed tests by default. These files can be uploaded using the upload-artifact action: https://github.com/actions/upload-artifact
upload-artifact
I also used this in my initial e2e test PR.
@bafonins
The text was updated successfully, but these errors were encountered:
bafonins
Successfully merging a pull request may close this issue.
Summary
It would be helpful to have the screenshots of failed end-to-end tests saved as action artifact.
Why do we need this?
This can help speeding up fixing failed e2e tests.
What is already there? What do you see now?
Nothing of that sort.
What is missing? What do you want to see?
Screenshots of failed test steps being uploaded as artifacts, so they will be attached to the action.
How do you propose to implement this?
Iirc, cypress generates screenshots for failed tests by default. These files can be uploaded using the
upload-artifact
action:https://github.com/actions/upload-artifact
I also used this in my initial e2e test PR.
Can you do this yourself and submit a Pull Request?
@bafonins
The text was updated successfully, but these errors were encountered: