Registry / testing / cucumber-testng

cucumber-testng

JSON →
library7.34.3javamavenunverified

Cucumber for the JVM, providing BDD testing with TestNG integration.

<dependency> <groupId>io.cucumber</groupId> <artifactId>cucumber-testng</artifactId> <version>7.34.3</version> </dependency>
INSTALL
IMPORT
SIG · CUCUMBER-TESTNG
C
cucumber-testng
testingjavav7.34.3
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

CucumberOptions
io.cucumber.testng.CucumberOptions

Run Cucumber tests with TestNG using @CucumberOptions.

import io.cucumber.testng.AbstractTestNGCucumberTests; import io.cucumber.testng.CucumberOptions; @CucumberOptions(features = "src/test/resources/features") public class RunCucumberTest extends AbstractTestNGCucumberTests { }
Debug
Known issues
breakingCucumber 7.x requires Java 8+ and has breaking changes from Cucumber 6.x.
fix
Update step definitions and configuration when upgrading.
affects: >=7.0.0
Upgrade
Version history
7.34.3latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
7 hits · last 30 days
node
6
Resources
cucumber-testng — mvn dependency:get cucumber-testng · libregistry