Skip to content

Latest commit

 

History

History
31 lines (23 loc) · 1.05 KB

README.md

File metadata and controls

31 lines (23 loc) · 1.05 KB

Cucumber CI

CucumberBDD

  • This Framework contains cucumber.io and cucumber info cakes pom.xml file.
  • Any JDK or JVm related check under pom.xml or build path to match the system required paths

Execution:

Junit:

  • Run from MainRunner.java file

TestNG:

  • Run from MainTestRunner.java class or from testng.xml file.

Using Maven:

  • Either Configure mvn build in eclipse with:
    • clean compile test
  • Or Run form command prompt:
    • mvn clean compile test

Further Documentation help:

Features:

  • Cucumber reporting.
  • Extent Reporting.
  • Cucumber latest jars (v6)
  • Extent Reports (v5)
  • Screenshots logging for cucumber reports