You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In your readme, you show that when a test fails, the steps are added to the error message. I see that when I'm in Cypress Studio, but when running the test from the terminal, the numbered steps don't appear. Here's an snippet of my latest attempt:
7) verify topbar elements in API
Verify the tasks drawer:
Timed out retrying after 4000ms
+ expected - actual
-'14px'
+'16px'
AssertionError: Timed out retrying after 4000ms: expected '<button.tapestry-react-reset.tapestry-react-add-ons-1fyaue1>' to have CSS property 'font-size' with the value '16px', but the value was '14px'
at Context.eval (webpack://pco-qa/./cypress/e2e/TOPBAR/topbar.cy.js:153:15)
(Results)
┌────────────────────────────────────────────────────────────────────────────────────────────────┐
│ Tests: 99 │
│ Passing: 92 │
│ Failing: 7 │
│ Pending: 0 │
│ Skipped: 0 │
│ Screenshots: 21 │
│ Video: false │
│ Duration: 4 minutes, 18 seconds │
│ Spec Ran: topbar.cy.js │
└────────────────────────────────────────────────────────────────────────────────────────────────┘
The text was updated successfully, but these errors were encountered:
In your readme, you show that when a test fails, the steps are added to the error message. I see that when I'm in Cypress Studio, but when running the test from the terminal, the numbered steps don't appear. Here's an snippet of my latest attempt:
The text was updated successfully, but these errors were encountered: