Building and Running tests: SOAP API
Explore how to build and run SOAP API tests using Gradle commands in a Java automation framework. Understand how to execute specific tests, handle test interruptions, and generate detailed reports with Allure. This lesson guides you through practical steps to maintain and review SOAP API test automation effectively.
Building the project
Go to the project root and run the following commands.
./gradlew clean build -x test
Commands to run the test files from the command line
Go to the project root to run the command.