Skip to content

Vite version of the final application built in the book CCTDD: Cypress Component Test Driven Design

Notifications You must be signed in to change notification settings

muratkeremozcan/tour-of-heroes-react-vite-cypress-ts

Repository files navigation

unit-lint-typecheck-e2e-ct

react version cypress version typescript version vite version renovate-app badge

Vite version of the application built in the book CCTDD: Cypress Component Test Driven Development.

The Webpack version of the application can be found here.

# specify the registry in case you are using a proprietary registry
yarn install --registry https://registry.yarnpkg.com

# parallel unit, typecheck, lint, format
yarn validate

# no need to have server running for these:
yarn cy:open-ct # for cypress component test runner
yarn cy:run-ct # headless version

# runs the ui and api servers, then opens e2e runner
yarn cy:open-e2e
yarn cy:run-e2e  # headless version

yarn test # run unit tests with jest

CI

build  -->  Cypress e2e test
       -->  Cypress component test
       -->  Typecheck
       -->  Lint
       -->  Unit test

About

Vite version of the final application built in the book CCTDD: Cypress Component Test Driven Design

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published