Skip to content

Cucumber-Java framework with cucumber and extent reporting

Notifications You must be signed in to change notification settings

Damm999/CucumberBDD

Repository files navigation

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