Skip to content

TheKolega/example-cypress-e2e

Repository files navigation

example-cypress-e2e

Cypress e2e test examples with CI/CD integration

For Cypress Component Testing examples, look here.

General testing

On initial setup, create the Cypress secrets .env file

cp test/cypress.env.json.example test/cypress.env.json

To start a headless test run use

pnpm test

and to open the Cypress UI use

pnpm test-open

Local app testing

To test the local deployment, first run the following command in a separate terminal window:

pnpm start-app

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published