Gradle test project with reports automatically published in React-based web page using
docker-compose
Run the command:
docker-compose up -d
# or
make start
Tests can be easily updated or added, just add your java classes or make any changes with the codebase, run test container once more
docker start test
# or
make test
A container for browsing the screenshots taken during test run. This gallery is available at http://<HOST-IP>:8000