bahmutov / cypress-gh-action-subfolders

Example using Cypress GitHub Action when Cypress is installed in a subfolder

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

cypress-gh-action-subfolders renovate-app badge CI status

Example using Cypress GitHub Action when Cypress is installed in a subfolder

Uses cypress-io/github-action, see .github/workflows/test.yml.

Folder structure

root/
  e2e/
    (code for installing and running Cypress tests)
    package.json
    package-lock.json
    cypress.json
    cypress

  (code for running the "app" with "npm start")
  package.json
  yarn.lock

About

Example using Cypress GitHub Action when Cypress is installed in a subfolder


Languages

Language:JavaScript 81.1%Language:HTML 18.9%