# Testing with Selenium

Test are using python and selenium.

## Run tests

You can execute them locally using docker:

```
docker-compose up -d
```

Next, to run all the functional tests, run:

```
sh tests/run_tests.sh
```

you can also see the testting view here: http://localhost:7009/tests/views/