This repository serves as a base template for testing Cypress integrations with the UI.
This section outlines the steps needed to begin development and testing.
git clone git@github.com:LF-Engineering/cypress-test-template.git
cd cypress-test-template
npm install
npm run start
The command above will make the application available on http://localhost:4200
In order to run Cypress, you will need to have started your application and it will need to be available on http://localhost:4200.
In a separate terminal, run the either of the following commands.
npm run cypress:open
npm run cypress:run