Jason Borneman
Results
1
issues of
Jason Borneman
cypress-io/github-action@v2 example: ``` # Run Tests - name: Run Cypress Tests uses: cypress-io/github-action@v2 continue-on-error: true with: config: video=true browser: ${{ matrix.browser }} headless: true tag: 'UI-${{ matrix.browser }}' record: true...