Registry / testing / cucumber-core

cucumber-core

JSON →
library7.34.3javamavenunverified

Cucumber for the JVM provides core functionality for behavior-driven development (BDD) with Gherkin scenarios.

<dependency> <groupId>io.cucumber</groupId> <artifactId>cucumber-core</artifactId> <version>7.34.3</version> </dependency>
INSTALL
IMPORT
SIG · CUCUMBER-CORE
C
cucumber-core
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.

Main
io.cucumber.core.cli.Main

Runs Cucumber tests from the command line.

import io.cucumber.core.cli.Main; public class RunCucumberTest { public static void main(String[] args) { Main.main(new String[]{"--glue", "com.example", "classpath:features"}); } }
Debug
Known issues
breakingCucumber 7.x uses 'io.cucumber' package; older versions used 'cucumber.api'. Ensure your imports match the version.
fix
Use 'io.cucumber' imports for version 7+; for older versions, use 'cucumber.api'.
affects: >=7.0.0
Upgrade
Version history
7.34.3latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
9 hits · last 30 days
node
8
Resources
cucumber-core — mvn dependency:get cucumber-core · libregistry