项目作者: narottamgla

项目描述 :
Rest API automation with Rest-Assured and Serenity-BDD
高级语言: Java
项目地址: git://github.com/narottamgla/restapi-bdd-cucumber.git
创建时间: 2018-10-13T06:16:08Z
项目社区:https://github.com/narottamgla/restapi-bdd-cucumber

开源协议:

下载


“RestAPI Automatiion” BDD with “Cucumber” and “Serenity”

  • This project is an example of how to setup API tests using BDD approach with Serenity framework

Project Description:

  • Project setup with Gson and Serenity Rest
  • Written in Java with Junit, Cucumber & Maven
  • Can run test scripts in parallel

Setup:

  • Install Java 8
  • Install Maven Maven
  • Install “natural plugin” using eclipse marketplace

Run tests:

  • Navigate to project root and Update com.googleapi.utils.Constants .
  • mvn clean verify

View HTML Report

  • HTML report will be generated once execution finish -bdd-cucumber\target\site\serenity
  • Open Index.html in browser to see the reports