bahmutov / cypress-gh-action-changed-files

Shows how to run different Cypress projects depending on changed files

Home Page:https://glebbahmutov.com/blog/test-monorepo-apps/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Shows how to run different Cypress projects depending on changed files

https://glebbahmutov.com/blog/test-monorepo-apps/


Languages

Language:JavaScript 89.5%Language:HTML 10.5%