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.
NodeJS and Browser (Chrome recommended) is required.
cd web-demo
npm install
npm run build
npm run start
Visit web demo http://localhost:3000.
cd system-test
npm install
npm run cypress:open
This will open Cypress test runner in browser.