API Automation Test is RestAssured based Cucumber framework to perform API testing.
Getting Started
- git clone (https://github.com/sparky0268/ApiTestingFramework.git)
- Navigate to ApiTestingFramework In terminal from root project folder ApiTestingFramework, run below commands as required
Run Tests
To run all features mvn Test -Denv=envname Envname can be dev or qa
Key Features
- Runtime environment set
- modularization
- Tag based execution
- Detailed Cucumber Report
- Logging simpified
- Reusable methods to perform GET, POST operations