Skip to content

adam-lynch/preprocess-cypress-tests-with-vite

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

preprocess-cypress-tests-with-vite

An example project for my How to preprocess Cypress tests with Vite article.

How to run the tests:

  1. Run npm install.
  2. Run npm test to open the interactive test runner (which also watches for changes), or run npm run test--watch for headless mode.