Cypress 10 is great so far, but a few things require some mental retraining:
- Memory leaks (in the site being tested maybe?) sometimes crash the runner. To mitigate this in previous versions I would close the runner after each debugging session, but now if you close the runner the spec list forgets which spec you were viewing. Remembering the spec filter with a cookie or something would fix this.
- The spec list lost its collapse/expand all feature, as well as the button to clear the current filter.
- The dark theme isn't my favorite... would be nice to be able to select a theme. I'm getting by with Stylebot for now.
I dig being able to have screenshots attached to a log group. One day I hope to make use of component testing, if I ever test a React site.