Clone repo, open terminal in the folder.
Start docker environment.
docker compose up
docker exec -it selenium-testing-big-assignment-ubuntu-1 bash
Open the localhost:8081
page in a browser, to inspect the tests while running.
Run the tests.
cd tests
gradle test