This test suite is intended to be run with selenium-grid in a containerized format.
To setup the container network, selenium hub and firefox node run this script:
./setup.sh start
To remove the grid setup run:
./setup.sh stop
To run the development code in a dockerized environment simply execute the follwing in project root:
./run.sh "$VIKTORY_GAME_ID"
The selenium grid must be setup for this to run successfully.