-
-
Notifications
You must be signed in to change notification settings - Fork 119
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
Screenshots are not attached to HTML report #382
Comments
Hi @KimberlingYarihuaman 👋 , how does you TakeScreenshot function look like in Cypress and when should it fire? Did you do this? Get us a bit more code to work with. My feeling tells me it's not a issues of the report. Best regards |
Hi @sven-seyfert ! Regards. |
Like in the cypress docs described, the screenshots will be stored in Do you use
My guess is: you have to define the location to the screenshots. Best regards Update: Also see this README.md FAQ question and answer which could help you to find the right direction. |
Hi @sven-seyfert ! I´m running the tests with Regards |
Okay, sad. Without a reproducible example, I cannot further support you. |
Yes @sven-seyfert let me to do a small example and I will attach in this question. |
Hi @sven-seyfert ! I attached a small example where you will be able to reproduce the issue. You should read the README.md file to understand how to run the tests and generate the report. Please, let me know if you need something else. Thanks in advance Regards. |
Environment:
Config of multiple-cucumber-html-reporter
I´ve configured the report so that to be generated from cucumberJson with multiple-cucumber-html-reporter
Also, I´ve tried using cypress-cucumber-attach-screenshots-to-failed-steps with the report, but I´ve gotten the same.
Describe the bug
The report is not getting attached the screenshots, only shows the error.
Expected behavior
The report should get attached the screenshots.
The text was updated successfully, but these errors were encountered: