Structure
Description : This project is an automation built for: API & Web UI. The API testing uses "https://gorest.co.in/public/v2/", and the Web UI testing uses "https://www.demoblaze.com/".
For Initial Project Setup:
- Clone the project repository.
- Clone it to your local computer.
- Open the terminal within the cloned project directory and type:
./gradlew build - The project is now ready for editing.
-
The command to run all tests is: ./gradlew cucumbertest
-
The command to run tests with specific tags is: ./gradlew cucumbertest -P tags:@tags
-
The command to run testing specifically for all API tests is: ./gradlew apiTest
-
The command to run testing specifically for all UI tests is: ./gradlew webuiTest


