Developed an REST API automation testing framework for a Movie Database. Completed as part of QA Automation Project Oriented Training
- Clone Project
git clone https://github.com/alexandrucarata/moviedb-api-testing.git
- Switch Branch
git checkout develop
- Run Test Suite
mvn clean test -DsuiteXmlFile="apiTest.xml"
- Access Allure Report
allure serve target/allure-results