Skip to content

Commit

Permalink
#185: Fixed missed scenarios for BDD (#189)
Browse files Browse the repository at this point in the history
  • Loading branch information
grey-rain authored Aug 30, 2024
1 parent 4310cb4 commit d95616f
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
7 changes: 6 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<groupId>com.github.invictum</groupId>
<artifactId>serenity-reportportal-integration</artifactId>
<version>1.6.0-SNAPSHOT</version>
<version>1.6.2-SNAPSHOT</version>

<packaging>jar</packaging>

Expand All @@ -26,6 +26,11 @@
<email>zim182@gmail.com</email>
<organizationUrl>https://github.com/Invictum</organizationUrl>
</developer>
<developer>
<name>Daria Yershova</name>
<email>dariayershova@icloud.com</email>
<organizationUrl>https://github.com/grey-rain</organizationUrl>
</developer>
</developers>

<scm>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,9 @@ public void stepFinished(List<ScreenshotAndHtmlSource> list, ZonedDateTime zoned

@Override
public void testFailed(TestOutcome testOutcome, Throwable throwable) {
// Not used by listener
if (testOutcome.getTestSource().toLowerCase().contains("cucumber")) {
testFinished(testOutcome);
}
}

@Override
Expand Down

0 comments on commit d95616f

Please sign in to comment.