Initial e2e testing

Authored by @FatherInire
This commit is contained in:
FatherInire 2022-05-13 17:55:29 +10:00 committed by GitHub
parent 3e3cb7e2f9
commit a12123ca01
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
10 changed files with 55 additions and 4 deletions

View file

@ -21,3 +21,9 @@ docker-compose up
4 - That's it! Visit `localhost` in your browser.
5 - Optional: to change the domain from "localhost" to something else and configure the site settings, as well as integrate it with the external services the website uses, please edit the variables in the `env` file and then restart the docker container.
# Run the E2E tests:
(after `docker-compose up`)
`docker exec themotte bash -c "cd service && python3 -m pytest -s"`