Required: NodeJS
npm install
npx cypress run --spec the-test-file
npx cypress install --force
flag '-- force' will help resolve the issue if the standard installation was unsuccessfulnpx cypress open
npx cypress run
or npm testnpx cypress run --spec the-test-file
npx cypress run --spec cypress/integration/todomvc-actions.spec.js
Example from project
npm install @applitools/eyes-cypress
npx eyes-setup
export APPLITOOLS_API_KEY= {yourAPIKey}
set APPLITOOLS_API_KEY= {yourAPIKey}