Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 477 Bytes

README.md

File metadata and controls

12 lines (9 loc) · 477 Bytes

cucumber-test

Draft example of rest api tests written on scala using cucumber and rest-assured.

Installation

You need to install sbt. Please refer to http://www.scala-sbt.org/0.13/docs/Setup.html for more information

Run

it's neccessary to set endpoint urls in application.conf along with secret key.
execute sbt cucumber

Test results

Available in console. It is possible to have it nicer by adding Allure for instance: https://github.com/allure-framework/