These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
This following suite uses the following technologies and frameworks:
To run the suite you need to execute:
mvn clean test site
This will execute the tests and generate a html report in ./target/site/ folder.
After executing the test you can start a web server that serves the html report with:
mvn io.qameta.allure:allure-maven:serve
This command open the web browser and displays the current html report.
This test suite has a manual Postman collection for reference, more information can be found booker_api_automation/postman