37b22f0f61 | ||
---|---|---|
.. | ||
README.md | ||
setup_docker.sh | ||
test_homepage.py |
README.md
Addons-Frontend Smoke Tests
A simple smoke test suite for the addons-frontend docker image.
Prerequisites
Python 3 is recommended but the tests can run on Python 2. You must have tox
, docker
and docker-compose
installed as well.
You should also stop any services that may be using the port 3000
. You will also need to add olympia.test
to your /etc/hosts
in line with 127.0.0.1
.
Steps
- Run the script
./tests/smoke/setup_docker.sh
and wait for it to exit. - Run the tox command
tox -e smoke-tests
.