An open API service indexing awesome lists of open source software.

https://github.com/saturninoabril/mattermost-cypress-docker


https://github.com/saturninoabril/mattermost-cypress-docker

Last synced: 3 months ago
JSON representation

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