Awesome
preprocess-cypress-tests-with-vite
An example project for my How to preprocess Cypress tests with Vite article.
How to run the tests:
- Run
npm install
. - Run
npm test
to open the interactive test runner (which also watches for changes), or runnpm run test--watch
for headless mode.