Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 388 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 388 Bytes

CucumberRestAssured_Task

It's a GET Request to URL http://www.colourlovers.com/api/patterns to get colourlovers api details
We assert on status code 200
Also assert that each of numViews is greater than 4000

by using BDD Cucumber with RestAssured

If you want to run the feature
After downloading the project run "RunnerTest" class from "runner" package