API testing framework using Rest Assured and Cucumber
Developed a simple framework which should support to develop automation test scripts for API services in Java. This project is an example of API test for a weather station (https://openweathermap.org/stations) using Rest Assured and Cucumber.
Test scenarios are described in the feature file located here .cucumber-test-sample/features/WeatherStationTest.feature.
After tests are run, reports are generated at : /target/cucumber-reports/index.html