To run all tests use:
mvn clean verify
Make sure that you have test environment properly configured.
docker-compose up/down/start/stop
docker run -d -p 4444:4444 --restart=always --name selenium-hub selenium/hub:3.10.0
docker run -d -p 5900:5900 --restart=always --shm-size=2g --name selenium-firefox --link selenium-hub:hub selenium/node-firefox-debug:3.10
Container version depends on serenity version. For serenity 1.9.4 it's 3.10.0 You can connect to node container desktop via VNC (on port 5900), for example TightVNC (during installation select only viewer).
Serenity report is accessible via index.html
on target/site/serenity
.