Implementation Rest Assured - After office bootcamp
To clone the repository, run:
git clone https://github.com/jeffri033/jefri-restassured.gitTo pull the latest changes from the repository:
git pull origin masterEnsure you have TestNG installed and configured in your project.
To execute tests using Maven, run:
mvn test -DsuiteXmlFile=testng.xmlThis will run the tests defined in testng.xml.
- Ensure Maven and Java are installed and configured properly.
- Update dependencies in
pom.xmlif required.
Happy Testing! 🚀