Skip to content

Commit

Permalink
updated ATD version to allow CucumberWebScenarioListener to set the r…
Browse files Browse the repository at this point in the history
…eportportal launch url after test execution is complete
  • Loading branch information
anandbagmar committed Jun 8, 2022
1 parent 786f16e commit 5698669
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ buildscript {
ext {
gradleVersion = '7.3.3'
assertJVersion = '3.22.0'
atdVersion = 'e3f86a25f7'
atdVersion = '5987e41a2d'
applitoolsVersion = '3.213.0'
commonsLang3Version = '3.12.0'
unirestVersion = '3.13.8'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ private void webCaseFinishedHandler(TestCaseFinished event) {

private void webRunFinishedHandler(TestRunFinished event) {
LOGGER.info("webRunFinishedHandler: " + event.getResult().toString());
SessionContext.setReportPortalLaunchURL();
LOGGER.info(String.format("ThreadID: %d: afterSuite: \n", Thread.currentThread().getId()));
}

Expand Down

0 comments on commit 5698669

Please sign in to comment.