/cypress-env-configs

Basic project which demonstrates how to set Cypress up for different environments

Primary LanguageJavaScript

cypress-env-configs

This is a basic project which demonstrates how to set Cypress up for different environments.

To get started, navigate to the root directory and run npm install. Once installed, you can run the following lines to start the tests:

cy:open

cy:development

cy:stage

cy:production