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

fix: update error stack traces for Cypress #239

Merged
merged 2 commits into from Nov 15, 2022
Merged

Commits on Nov 15, 2022

  1. fix: update error stack traces for Cypress

    Fixes #232
    
    Update the Cypress error message rather than the entire error object. This merges the useful message of DOM Testing Library with the useful context of the Cypress error. This allows Cypress to find the line number of the failure in spec files i
    nstead of deep inside DOM Testing Library.
    NicholasBoll committed Nov 15, 2022
    Configuration menu
    Copy the full SHA
    85ab956 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f5d22aa View commit details
    Browse the repository at this point in the history