https://github.com/saturninoabril/mattermost-cypress-docker
https://github.com/saturninoabril/mattermost-cypress-docker
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/saturninoabril/mattermost-cypress-docker
- Owner: saturninoabril
- License: apache-2.0
- Created: 2020-04-24T02:13:44.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-13T00:34:25.000Z (over 2 years ago)
- Last Synced: 2025-01-15T13:12:44.866Z (5 months ago)
- Language: JavaScript
- Size: 90.8 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
##### Requirements
- Docker - https://docs.docker.com/get-docker/
- Docker Compose - https://docs.docker.com/compose/install/##### Setting server configuration
Config that can't be modified during testing should be declared as environment variables. Otherwise, it may be set at `Makefile` or ``mattermost-e2e/app/entrypoint.sh``.##### Running E2E testing
1. `make build` to pull source files, copy to required directories and build docker images
2. `make run` to spin up test server and start Cypress testing
3. `make stop` to stop and remove dependencies.Note: See ``Makefile`` for other essential commands and ``docker`` / ``docker-compose`` for direct commands