- run
mvn clean test
- run
mvn allure:serve
- By default, tests are being run with local browser binaries. To run browsers in Selenoid add
-Dmode=remote
in run configuration. Make sure to have Selenoid listening onhttp://localhost:4444
. Selenoid documentation can be found here; - To run tests in different browser use
-Dselenide.browser=$BROWSER
. List of supported browsers by Selenide can be found in documentation.