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 very simple HTML site that can be served right from index.html file |
|
app-b | app-b.yml | Simple site with its own server | |
app-c | app-c.yml | A Next.js Single Page Application |