Developing tests

We use Selenium for interacting with Firefox and the Redash web UI. Tests are developed in Python 3.6 using the pytest testing framework.

We run the UI tests inside a Docker container with Ubuntu. Please install Docker to run the UI tests on your local machine.

🚧 TODO