Cypress - CI/CD and Reporting
What will happen if the following GitHub Actions workflow snippet is used?
on:
pull_request:
branches:
- main
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- run: npx cypress run