cypress 7 bug repro

run tests (incl eslint + stylelint + types + cypress + coverage)

npm run test

run only unit tests in "fast" mode (no videos + no coverage)

npm run test:fast

develop/edit cypress tests

npm run test:watch