-
Notifications
You must be signed in to change notification settings - Fork 160
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
Failed Test cases are marked as passed #376
Comments
I see that you are using Cypress so it may be an issue with them. However, without some kind of code to reproduce the issue there's nothing for me to debug. Are you able to provide a simple test case that illustrates your issue without providing sensitive information? |
Hi @adamgruber , Code goes like this, cy.visit(url).get('#email').type( but the page itself is not loaded, getting error like this "
|
Describe the bug
Though the tests are failed, they are marked as passed in the report. Failure screen shot is being generated.
Code Reproduce
This is inside paypal corp and its confidential
Expected behavior
The test case should be marked as failure.
Screenshots
│ Tests: 1 │
│ Passing: 1 │
│ Failing: 0 │
│ Pending: 0 │
│ Skipped: 0 │
│ Screenshots: 1 │
│ Video: true │
│ Duration: 6 minutes, 16 seconds │
│ Spec Ran: UK/cbpUKTC2.js │
└────────────────────────────────────────────────────────────────────────────────────────────────┘
(Screenshots)
UKTC2.js/Risk Manage Hub page with CB - Seller response and No product -- TC2 sh
ould be able to see the risk CB and No Protections for UK (failed).png
Environment (please complete the following information):
Additional context
we are running our CI and there are some tests which fails and retry attempts are not made. the reason for that is the tests are marked as passed though it fails. Screenshots are being attached in the log for failure but marked as passed.
The text was updated successfully, but these errors were encountered: