Wiki

Clone wiki

Cucumber Rest Testing / Home

Introduction

I decided to create a simple demo of a REST API testing. I used darksky api, so, please, If you are going to use my examples, generate our own security token. These are pretty simple test of a single REST API (I got couple positive tests there and one negative).

I definitely could upgrade them using Gherkin Background, I also found one extra step during json deserialization, please find it here: https://stackoverflow.com/questions/48551359/optimization-of-rest-assured-and-gson-at-rest-test-with-java-with-cucumber

My previous testing demo project with framework you can find here: https://bitbucket.org/akiselev87/cucumber-ui-testing-aviasales/wiki/Home

Updated