Skip to content

thinknetcompany/cypress-workshop

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Cypress Workshop

Installation


Using Docker

Start docker then start project using docker-compose command

docker-compose up

This will open Cypress test runner in browser.

Visit web demo http://localhost:3000.


Install Locally

NodeJS and Browser (Chrome recommended) is required.

Start Web Demo

cd web-demo
npm install
npm run build
npm run start

Visit web demo http://localhost:3000.

Start Cypress

cd system-test
npm install
npm run cypress:open

This will open Cypress test runner in browser.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages