jobs: cypress: runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 with: fetch-depth: 0 - run: npm i - run: npm start & - run: npm run cypress-cli code example
Example 1: run cypress
./node_modules/.bin/cypress open
Example 2: hot to start cypress
npm install cypress //takes about 3-5 minutes for entire process
./node_modules/.bin/cypress open // just cypress run wont work