License |
License |
---|---|
GroupId | GroupIdio.bitbucket.tomwnorton |
ArtifactId | ArtifactIdbdd-execution-listener-html |
Last Version | Last Version1.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionHTML Recorder BDD Execution Listener
A plugin to my BDD Execution Listener that serializes all scenarios in a test plan to an HTML file.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/io.bitbucket.tomwnorton/bdd-execution-listener-html/ -->
<dependency>
<groupId>io.bitbucket.tomwnorton</groupId>
<artifactId>bdd-execution-listener-html</artifactId>
<version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.bitbucket.tomwnorton/bdd-execution-listener-html/
implementation 'io.bitbucket.tomwnorton:bdd-execution-listener-html:1.0'
// https://jarcasting.com/artifacts/io.bitbucket.tomwnorton/bdd-execution-listener-html/
implementation ("io.bitbucket.tomwnorton:bdd-execution-listener-html:1.0")
'io.bitbucket.tomwnorton:bdd-execution-listener-html:jar:1.0'
<dependency org="io.bitbucket.tomwnorton" name="bdd-execution-listener-html" rev="1.0">
<artifact name="bdd-execution-listener-html" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.bitbucket.tomwnorton', module='bdd-execution-listener-html', version='1.0')
)
libraryDependencies += "io.bitbucket.tomwnorton" % "bdd-execution-listener-html" % "1.0"
[io.bitbucket.tomwnorton/bdd-execution-listener-html "1.0"]
Group / Artifact | Type | Version |
---|---|---|
io.bitbucket.tomwnorton : bdd-execution-listener | jar | 1.0 |
org.thymeleaf : thymeleaf | jar | 3.0.9.RELEASE |
Group / Artifact | Type | Version |
---|---|---|
org.mockito : mockito-core | jar | 2.21.0 |
org.junit.jupiter : junit-jupiter-api | jar | 5.2.0 |
org.assertj : assertj-core | jar | 3.10.0 |