https://github.com/roninii/vite-todo-cypress
A Todo app built with Vite and Vue and using the new component testing API in Cypress
https://github.com/roninii/vite-todo-cypress
cypress testing vite vue vuejs
Last synced: 3 months ago
JSON representation
A Todo app built with Vite and Vue and using the new component testing API in Cypress
- Host: GitHub
- URL: https://github.com/roninii/vite-todo-cypress
- Owner: Roninii
- Created: 2021-07-17T16:52:08.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2021-07-17T17:01:49.000Z (almost 5 years ago)
- Last Synced: 2025-10-19T13:33:41.231Z (9 months ago)
- Topics: cypress, testing, vite, vue, vuejs
- Language: JavaScript
- Homepage:
- Size: 376 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Vite Todo Cypress
Another Todo app! Running on Vite with Vue to render the UI, this one is using the new Cypress component testing API to perform all tests!

## To start the app
`npm run dev`
## To run all tests with the Cypress-controlled Chrome window
`npm run test`
## To run all tests in headless mode
`npm run test:headless`