cypress-io / cypress-docker-images

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

docs: extend included examples #1246

Closed MikeMcC399 closed 2 weeks ago

MikeMcC399 commented 2 weeks ago

Change

The included/README is extended regarding usage of the Cypress Docker image cypress/included

  1. The examples are aligned with the base/README and browsers/README documents.

  2. A section "Continuous Integration" is added, with sub-sections

    • GitHub Actions
    • GitLab Pipelines
  3. A missing cypress- string is added to the tag schema

  4. Version-specific examples are updated to latest Cypress 13.15.1

cypress-app-bot commented 2 weeks ago
MikeMcC399 commented 2 weeks ago

Preview

https://github.com/MikeMcC399/cypress-docker-images/blob/extend/examples-included/included/README.md

MikeMcC399 commented 2 weeks ago

@jennifer-shehane

These are great changes! Thanks!