License |
License |
---|---|
Categories |
CategoriesCucumber Application Testing & Monitoring |
GroupId | GroupIdio.cloudbeat.cucumber |
ArtifactId | ArtifactIdcb-plugin-cucumber |
Last Version | Last Version0.10.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionCloudBeat Cucumber Plugin
CloudBeat plugin for Cucumber-Java
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
cb-plugin-cucumber-0.10.0.pom | |
cb-plugin-cucumber-0.10.0.jar | 31 KB |
cb-plugin-cucumber-0.10.0-sources.jar | 13 KB |
cb-plugin-cucumber-0.10.0-javadoc.jar | 94 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.cloudbeat.cucumber/cb-plugin-cucumber/ -->
<dependency>
<groupId>io.cloudbeat.cucumber</groupId>
<artifactId>cb-plugin-cucumber</artifactId>
<version>0.10.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.cloudbeat.cucumber/cb-plugin-cucumber/
implementation 'io.cloudbeat.cucumber:cb-plugin-cucumber:0.10.0'
// https://jarcasting.com/artifacts/io.cloudbeat.cucumber/cb-plugin-cucumber/
implementation ("io.cloudbeat.cucumber:cb-plugin-cucumber:0.10.0")
'io.cloudbeat.cucumber:cb-plugin-cucumber:jar:0.10.0'
<dependency org="io.cloudbeat.cucumber" name="cb-plugin-cucumber" rev="0.10.0">
<artifact name="cb-plugin-cucumber" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.cloudbeat.cucumber', module='cb-plugin-cucumber', version='0.10.0')
)
libraryDependencies += "io.cloudbeat.cucumber" % "cb-plugin-cucumber" % "0.10.0"
[io.cloudbeat.cucumber/cb-plugin-cucumber "0.10.0"]
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |
com.fasterxml.jackson.core : jackson-databind | jar | 2.9.10 |
com.fasterxml.jackson.core : jackson-annotations | jar | 2.9.10 |
Group / Artifact | Type | Version |
---|---|---|
io.cucumber : cucumber-java | jar | 4.2.6 |
io.cucumber : cucumber-junit | jar | 4.2.6 |
org.seleniumhq.selenium : selenium-java | jar | 3.141.59 |