An open API service indexing awesome lists of open source software.

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

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!

image

## 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`