addons-frontend/tests/smoke
Mathieu Pillard 37b22f0f61
Fix smoke test with latest addons-server docker local env changes (#13011)
2024-05-16 14:07:11 +02:00
..
README.md Update smoke tests to use requests instead of seleium. (#8416) 2019-08-01 13:27:00 -05:00
setup_docker.sh Fix smoke test with latest addons-server docker local env changes (#13011) 2024-05-16 14:07:11 +02:00
test_homepage.py Update smoke tests to use requests instead of seleium. (#8416) 2019-08-01 13:27:00 -05:00

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

  1. Run the script ./tests/smoke/setup_docker.sh and wait for it to exit.
  2. Run the tox command tox -e smoke-tests.