Make Cypress tests more reliable and faster #3193
Labels
Info: Stale
The issue or pullrequest has not been updated in a while and might be stale
Type: Bug
The issue or pullrequest is related to a bug
What’s the bug you are facing?
The Cypress tests have two major problems from what I can see:
Both issues result in tests not being a reliable way to point out potential breaking bugs.
Which browser was this experienced in? Are any special extensions installed?
How can we reproduce the bug on our side?
Can you provide a CodeSandbox?
No response
What did you expect to happen?
The tests should run faster - maybe by just running tests for changed files. I don't know if this is possible with Cypress but it's worth to investigate.
Tests should also run reliable - this is something where I'm not sure how to solve it. In the past I tried to push up the wait time which totally bloated test times.
If we can somehow combine both solutions (or maybe find a way to tell Cypress to always wait for the document to finish loading with a running Tiptap instance) would be great.
Anything to add? (optional)
No response
Did you update your dependencies?
Are you sponsoring us?
The text was updated successfully, but these errors were encountered: