Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
25 changes: 0 additions & 25 deletions examples/included-with-plugins/README.md

This file was deleted.

1 change: 0 additions & 1 deletion examples/included-with-plugins/src/.gitignore

This file was deleted.

3 changes: 0 additions & 3 deletions examples/included-with-plugins/src/cypress.json

This file was deleted.

19 changes: 0 additions & 19 deletions examples/included-with-plugins/src/cypress/integration/spec.js

This file was deleted.

6 changes: 0 additions & 6 deletions examples/included-with-plugins/src/cypress/plugins/index.js

This file was deleted.

This file was deleted.

4 changes: 0 additions & 4 deletions examples/included-with-plugins/src/index.html

This file was deleted.

104 changes: 0 additions & 104 deletions examples/included-with-plugins/src/package-lock.json

This file was deleted.

16 changes: 0 additions & 16 deletions examples/included-with-plugins/src/package.json

This file was deleted.

9 changes: 0 additions & 9 deletions examples/included-with-plugins/test.sh

This file was deleted.

6 changes: 0 additions & 6 deletions included/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -200,9 +200,3 @@ docker run -it --cpus=0.2 -e DEBUG=cypress:launcher:* --entrypoint=cypress cypre
The following example is built on a legacy version of Cypress and has not yet been updated to demonstrate current Cypress versions:

- [examples/included-as-non-root-mapped](../examples/included-as-non-root-mapped) shows how to build a Docker image on top of `cypress/included` that runs with a non-root user that matches the id of the user on the host machine. This way, the permissions on any files created during the test run match the user's permissions on the host machine. This example is specific to using `cypress/included` images under [Docker Desktop on Mac](https://docs.docker.com/desktop/install/mac-install/).

## Using plugins

The following example is built on `cypress/included:3.8.0` and has not yet been updated to demonstrate current Cypress versions:

- [examples/included-with-plugins](../examples/included-with-plugins) shows how to use locally installed [Cypress plugins](https://on.cypress.io/plugins) while running `cypress/included` image.