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

feat!: Support for Cypress 13 #55

Merged
merged 5 commits into from
Sep 8, 2023
Merged

feat!: Support for Cypress 13 #55

merged 5 commits into from
Sep 8, 2023

Conversation

alexplischke
Copy link
Contributor

@alexplischke alexplischke commented Sep 8, 2023

Adding support for Cypress 13.

This is a breaking change.

Due to changes in the API, we are losing some capabilities:

  • We don't know which test created a screenshot anymore. This information is only available at a spec level now.
  • No more code frames. Error messages are pre-formatted, which is nice in its own way. But we don't know what code was executed.

This PR also includes a fix that addresses the prinout of the test hiearchy.

Prior:
broken test hierarchy

After fix:
fixed test hierarchy

@alexplischke alexplischke added enhancement New feature or request breaking-change labels Sep 8, 2023
@alexplischke alexplischke marked this pull request as ready for review September 8, 2023 16:02
@alexplischke alexplischke requested a review from a team as a code owner September 8, 2023 16:02
@alexplischke alexplischke added the bug Something isn't working label Sep 8, 2023
@alexplischke alexplischke merged commit 2425505 into main Sep 8, 2023
4 checks passed
@alexplischke alexplischke deleted the DEVX-2550 branch September 8, 2023 20:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
breaking-change bug Something isn't working enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants