Skip to content

muratkeremozcan/consumer

Repository files navigation

Cy, Node template

A template with tooling, configuration and best practices for a Cy api e2e testing in a Node.js project.

Setup

npm i

Use the sample .env.example file to create a .env file of your own. These values will also have to exist in your CI secrets.

SERVERPORT=3001

Scripts

npm run lint
npm run typecheck
npm run fix:format
npm run validate # all the above in parallel

npm run test # unit tests
npm run test:watch # watch mode

npm run mock:server # starts the mock backend/provider server

npm run cy:open-local # open mode
npm run cy:run-local  # run mode
npm run cy:run-local-fast  # no video or screen shots

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published