-
Notifications
You must be signed in to change notification settings - Fork 44
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
Cypress reporter won't send screenshot of a test failure #719
Comments
@amills86 Hi! Thank you for reaching out. The issue has been fixed in version qase-cypress 2.2.4. |
Hi @gibiw thank you for the quick turnaround, but unfortunately that didn't fix it and now screenshots aren't being attached if you use the id decorator either. |
@amills86 You can check this test example: https://github.com/qase-tms/qase-javascript/tree/main/examples/cypress. It works for me. |
Hi @gibiw I still can't get it to work with the example. I am on the 2.2.7 version now and using cypress 13.17.0 |
@amills86 Hi! Sorry for the delayed response. I tried your version of Cypress and couldn’t reproduce the issue. Could you provide a test project where this issue occurs? |
@amills86 Do you use Windows for running tests? |
Yes |
@amills86 try to use the latest version of reporter |
Hello, I have noticed an issue when running cypress tests that don't use the decorator
qase(1, it("test description" ()....
The reporter will show the correct results and create new test cases if they don't exist, but if a test fails it won't attach the screenshot. A screenshot only seems to be attached if you wrap the cypress test with the qase Id. This is happening on the newest version of the reporter 2.2.3The text was updated successfully, but these errors were encountered: