Foe demo and training
yarn install
yarn test
yarn test --env tags=@start
Note: report file can be found at .\cypress\reports\html\
docker build . -t demo-cypress
mkdir c:\reports
docker run --rm -v c:\reports:/opt/app/cypress/reports demo-cypress
Note: report file can be found at c:\reports\html\