@dev-blinq/cucumber_client 1.0.1232-dev → 1.0.1234-dev

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -482,11 +482,11 @@ class ScenarioReport {
482
482
  }
483
483
  }
484
484
  }
485
- function publishReportLinkToGuacServer(reportLink) {
485
+ function publishReportLinkToGuacServer(reportLink, status) {
486
486
  try {
487
487
  if (existsSync("/tmp/report_publish.sh")) {
488
488
  const execAsync = promisify(exec);
489
- execAsync("sh /tmp/report_publish.sh " + reportLink);
489
+ execAsync("sh /tmp/report_publish.sh " + reportLink + " " + status);
490
490
  }
491
491
  } catch (error) {
492
492
  logger.error("Error while publishing report link to Guac server: " + error);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dev-blinq/cucumber_client",
3
- "version": "1.0.1232-dev",
3
+ "version": "1.0.1234-dev",
4
4
  "description": "",
5
5
  "main": "bin/index.js",
6
6
  "types": "bin/index.d.ts",