This repo is to test using GitHub Actions as a CI Provider with Cypress using the official the Cypress GitHub Actions which includes npm installation, custom caching, additional configuration options and simplifies setup of advanced workflows with Cypress in the GitHub Actions platform.
In each branch of this repo, I will test different commonly asked questions pertaining to GitHub Actions and provide resources I found helpful.
## fork then clone this repo to a local directory
git clone https://github.com/<your-username>/github-actions.git
## cd into the cloned repo
cd github-actions/
## install the node_modules
npm install
- branch: debuggingCypress
- branch: single
- branch: parallel
- branch: cypressInfo
- branch: statusChecks
- branch: pullRequest
- branch: printEnv
- MAIN BRANCH DOES NOT RECORD TO THE CYPRESS DASHBOARD
- If creating project from scratch, be sure to have have
cypress.json
,package.json
, andpackage-lock.json
(or yarn or whatever you choose)