Skip to content

Latest commit

 

History

History
24 lines (19 loc) · 1.02 KB

README.md

File metadata and controls

24 lines (19 loc) · 1.02 KB

VisualfabriqAssignment

RestAssured with junit and bdd-cucumber integartion

validate API endpoint that calculates the amount of time left before next birthday of user

Prerqusite

  1. Java should be installed
  2. Any one of the IDE Eclipse or Intellij should be installed

Installation

Test Suit Refer feature file present under /VisualfabriqTest_apiAutomation/src/test/resources/VisualFabriqApiAssignment.feature

Execute Test Suit Execute TestRunner file as JUnit Test, location - /VisualfabriqTest_apiAutomation/src/test/java/runners/TestRunner.java

  • To execute all tc's present in test suit, mention 'tag=@runall'
  • To execute each tc individually, mention 'tag=@test1', based on the tc number

Execution Report Check the cucumber repot present in VisualfabriqTest_apiAutomation/target/cucumber-reports.html