JBehave JUnit Runner

Library designed to make JBehave stories & scenarios show up in the JUnit view in IDEs supportting custom test runners

License

License

Categories

Categories

JUnit Unit Testing
GroupId

GroupId

com.github.valfirst
ArtifactId

ArtifactId

jbehave-junit-runner
Last Version

Last Version

2.3.1
Release Date

Release Date

Type

Type

jar
Description

Description

JBehave JUnit Runner
Library designed to make JBehave stories & scenarios show up in the JUnit view in IDEs supportting custom test runners
Project URL

Project URL

https://github.com/valfirst/jbehave-junit-runner
Source Code Management

Source Code Management

https://github.com/valfirst/jbehave-junit-runner

Download jbehave-junit-runner

How to add to project

<!-- https://jarcasting.com/artifacts/com.github.valfirst/jbehave-junit-runner/ -->
<dependency>
    <groupId>com.github.valfirst</groupId>
    <artifactId>jbehave-junit-runner</artifactId>
    <version>2.3.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.valfirst/jbehave-junit-runner/
implementation 'com.github.valfirst:jbehave-junit-runner:2.3.1'
// https://jarcasting.com/artifacts/com.github.valfirst/jbehave-junit-runner/
implementation ("com.github.valfirst:jbehave-junit-runner:2.3.1")
'com.github.valfirst:jbehave-junit-runner:jar:2.3.1'
<dependency org="com.github.valfirst" name="jbehave-junit-runner" rev="2.3.1">
  <artifact name="jbehave-junit-runner" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.valfirst', module='jbehave-junit-runner', version='2.3.1')
)
libraryDependencies += "com.github.valfirst" % "jbehave-junit-runner" % "2.3.1"
[com.github.valfirst/jbehave-junit-runner "2.3.1"]

Dependencies

compile (1)

Group / Artifact Type Version
junit : junit jar 4.13.2

provided (1)

Group / Artifact Type Version
org.jbehave : jbehave-core jar 4.8.2

test (1)

Group / Artifact Type Version
org.mockito : mockito-core jar 4.4.0

Project Modules

There are no modules declared in this project.

Versions

Version
2.3.1
2.3.0
2.2.1
2.2.0
2.1.4
2.1.3
2.1.2
2.1.1
2.1.0
2.0.0