cypress-io / cypress-docker-images

Docker images with Cypress dependencies and browsers
https://on.cypress.io/continuous-integration
MIT License
1k stars 376 forks source link

docs: add cypress github action examples #1123

Closed MikeMcC399 closed 2 weeks ago

MikeMcC399 commented 2 weeks ago

Situation

This repo contains no examples of using Cypress Docker images with the Cypress JavaScript GitHub Action cypress-io/github-action.

The included/README links to https://github.com/cypress-io/github-action#docker-image where there is only an example with cypress/browsers:latest. Examples for cypress/base and cypress/included are missing.

Change

  1. Add a workflow example-cypress-github-action.yml to run against the examples, showing each of the browsers: Electron, Chrome, Edge and Firefox. The workflow is triggered only on manual demand with workflow_dispatch.
  2. Add a link into README > Examples
cypress-app-bot commented 2 weeks ago
MikeMcC399 commented 2 weeks ago

Preview