Skip to content

LFX-Engineering/cypress-test-template

Repository files navigation

Cypress Testing Template

This repository serves as a base template for testing Cypress integrations with the UI.

Dependencies

Development

This section outlines the steps needed to begin development and testing.

Clone the repository
git clone git@github.com:LF-Engineering/cypress-test-template.git
Navigate to the repository
cd cypress-test-template
Install dependencies
npm install
Start application locally
npm run start

The command above will make the application available on http://localhost:4200

Cypress

In order to run Cypress, you will need to have started your application and it will need to be available on http://localhost:4200.

Start Cypress UI

In a separate terminal, run the either of the following commands.

npm run cypress:open
Run Cypress CLI
npm run cypress:run

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published