Skip to content
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

Steps aren't showing in terminal #18

Open
lherlitz opened this issue Aug 8, 2024 · 0 comments
Open

Steps aren't showing in terminal #18

lherlitz opened this issue Aug 8, 2024 · 0 comments

Comments

@lherlitz
Copy link

lherlitz commented Aug 8, 2024

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                                                                     │
  └────────────────────────────────────────────────────────────────────────────────────────────────┘
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant