@mablhq/mabl-cli 2.61.14 → 2.61.18

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mablhq/mabl-cli",
3
- "version": "2.61.14",
3
+ "version": "2.61.18",
4
4
  "license": "SEE LICENSE IN LICENSE.txt",
5
5
  "description": "The official mabl command line interface tool",
6
6
  "main": "index.js",
@@ -23,7 +23,7 @@
23
23
  "@aws-crypto/crc32c": "5.1.0",
24
24
  "@google-cloud/storage": "7.9.0",
25
25
  "@mablhq/newman-reporter-mabl-console": "0.4.2",
26
- "@mablhq/playwright-reporter": "0.5.7",
26
+ "@mablhq/playwright-reporter": "0.5.8",
27
27
  "@plist/common": "1.1.0",
28
28
  "@plist/parse": "1.1.0",
29
29
  "@types/adm-zip": "0.5.5",
@@ -95,7 +95,7 @@ async function generateMablReportFromTestResults(workspaceId, testResults, _opti
95
95
  status: testResultStatusToReporterStatus(result.status),
96
96
  browser,
97
97
  parent_execution: planRunId,
98
- }, undefined, steps, status);
98
+ }, undefined, steps, status, environmentId, applicationId);
99
99
  }
100
100
  catch (error) {
101
101
  loggingProvider_1.logger.error(`Unable to create Mabl test result due to error: ${error}`);