Skip to content

bahmutov/cypress-gh-action-changed-files

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cypress-gh-action-changed-files

Shows how to run different Cypress projects depending on changed files

This monorepo shows how to run Cypress tests using cypress-io/github-action for each application depending on the changed files. See the workflow files for details and read How to Test Monorepo Apps Using Cypress GitHub Action

App Workflow CI status Description
app-a app-a.yml a ci A very simple HTML site that can be served right from index.html file
app-b app-b.yml b ci Simple site with its own server
app-c app-c.yml c ci A Next.js Single Page Application