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 [email protected]:LF-Engineering/cypress-test-template.gitcd cypress-test-templatenpm installnpm run startThe 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:opennpm run cypress:run