Skip to content

conversayShawn/github-actions

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Testing GitHub Actions w/ Cypress

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.

Installation

## 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

Single Machine

Parallel, 3 Machines

Cypress Info

Status Checks

Print Env

Other Random Scenarios I thought it'd be fun to test

Notes

  • MAIN BRANCH DOES NOT RECORD TO THE CYPRESS DASHBOARD
  • If creating project from scratch, be sure to have have cypress.json, package.json, and package-lock.json (or yarn or whatever you choose)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published