diff --git a/docs/docker/cypress/index.md b/docs/docker/cypress/index.md new file mode 100644 index 0000000000000000000000000000000000000000..2a98bbae9edd4fb3cc332622fd92ec6e28c021df --- /dev/null +++ b/docs/docker/cypress/index.md @@ -0,0 +1,26 @@ +--- +title: Docker Cypress +repo: https://gitlab.lakedrops.com/docker/cypress +issues: https://gitlab.lakedrops.com/docker/cypress/-/issues +tags: +- docker +- cypress +- tests +--- +# Cypress + + This Docker project contains the testing tool [Cypress](https://cypress.io/). + You will find the official documentation [here](https://docs.cypress.io/guides/overview/why-cypress). +We recommend using [Docker for Drupal](omposer/plugin/d4d/) to install cypress, so you will benefit form the great +and easy Drupal integration. You also get the corresponding [Ahoy](composer/plugin/ahoy/) commands out of the box. +Make sure the Docker container inside [l3D](docker/l3d/) for Drupal are running, and you can start Cypress by + +```cypress +a cypress on +``` + +The container starts, and you will see the Cypress UI in a few seconds: + + + + diff --git a/docs/docker/index.md b/docs/docker/index.md index 1d358998a99467a9e6401cd0c60e9138bdc1e442..922c22f67cc4cd51f78c01b347150441f2139302 100644 --- a/docs/docker/index.md +++ b/docs/docker/index.md @@ -5,4 +5,9 @@ tags: --- # Docker -For full documentation visit [mkdocs.org](https://mkdocs.org). +LakeDrops provides several very useful Docker projects you can install. In all projects we have a `Dockerfile`, +you can execute out of the box. + +## Requirements + +Of course, you have to install [Docker](https://docs.docker.com/get-docker/) on your machine. That is all you need. diff --git a/docs/files/screenshots/cypress_start_screen.png b/docs/files/screenshots/cypress_start_screen.png new file mode 100644 index 0000000000000000000000000000000000000000..e4a3c54b094f122ed4aeb6018c689ff2ac574ce8 --- /dev/null +++ b/docs/files/screenshots/cypress_start_screen.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ff3771f0db78c4902fd0d590ce4285e4a2ebb36bd48631099e96d8bea45a158f +size 67522 diff --git a/mkdocs.yml b/mkdocs.yml index b1b2f2d32c2c70c987ce21489b20d7a26c6538cb..ca5dff24119bc2f5e1186b2eb75c917f2e5b117c 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -88,6 +88,8 @@ nav: - docker/alerta-proxy/index.md - Ansible: - docker/ansible/index.md + - Cypress: + - docker/cypress/index.md - GitLab Drupal CI: - docker/gitlab-drupal-ci/index.md - Changelog: docker/gitlab-drupal-ci/changelog.md