Skip to content

Commit

Permalink
Bump reporting-plugin from 4.0.103 to 5.0.0 (#2292)
Browse files Browse the repository at this point in the history
* Bump reporting-plugin from 4.0.103 to 5.0.0

Bumps [reporting-plugin](https://gitlab.com/monochromata-de/cucumber-reporting-plugin) from 4.0.103 to 5.0.0.
- [Release notes](https://gitlab.com/monochromata-de/cucumber-reporting-plugin/tags)
- [Changelog](https://gitlab.com/monochromata-de/cucumber-reporting-plugin/blob/master/CHANGELOG.md)
- [Commits](https://gitlab.com/monochromata-de/cucumber-reporting-plugin/commits/master)

---
updated-dependencies:
- dependency-name: de.monochromata.cucumber:reporting-plugin
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

* Switch to community cucumber reports plugin

Signed-off-by: Steven Sheehy <steven.sheehy@hedera.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Steven Sheehy <steven.sheehy@hedera.com>
  • Loading branch information
dependabot[bot] and steven-sheehy authored Aug 12, 2021
1 parent 01236e7 commit 5fc332c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions hedera-mirror-test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

<properties>
<cucumber.version>6.11.0</cucumber.version>
<cucumber-reporting.version>4.0.103</cucumber-reporting.version>
<cucumber-reporting.version>5.0.0</cucumber-reporting.version>
<skipTests>true</skipTests>
</properties>

Expand Down Expand Up @@ -93,7 +93,7 @@
</exclusions>
</dependency>
<dependency>
<groupId>de.monochromata.cucumber</groupId>
<groupId>me.jvt.cucumber</groupId>
<artifactId>reporting-plugin</artifactId>
<version>${cucumber-reporting.version}</version>
<scope>test</scope>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
@CucumberOptions(
features = "src/test/resources",
glue = "com.hedera.mirror.test.e2e.acceptance",
plugin = {"pretty", "de.monochromata.cucumber.report.PrettyReports:target/cucumber",
plugin = {"pretty", "me.jvt.cucumber.report.PrettyReports:target/cucumber",
"timeline:target/cucumber/thread-report"},
tags = "@critical"
)
Expand Down

0 comments on commit 5fc332c

Please sign in to comment.