- Make sure that Java and Maven are installed properly.
- Specify browser in
env.properties
file if necessary, e.g.chrome
orfirefox
orsafari
- Clone the project, navigate to project directory from your terminal, run:
mvn clean test
To generate the report (Allure need to be installed beforehand) run:
allure serve allure-results -h localhost
Report will be opened in your browser automatically.