@browsermation/test 0.0.63-beta.8 → 0.0.63-beta.9

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.
Files changed (2) hide show
  1. package/dist/reporter.js +1 -1
  2. package/package.json +1 -1
package/dist/reporter.js CHANGED
@@ -148,7 +148,7 @@ var BrowsermationReporter = class {
148
148
  git_commit_message: await this.getLatestCommitMessage(),
149
149
  totalTests: suite.allTests().length,
150
150
  cpus: (0, import_node_os.cpus)().length,
151
- playwright_version: _config.metadata?.playwrightVersion || "unknown",
151
+ playwright_version: _config.version,
152
152
  node_version: process.version
153
153
  };
154
154
  this.log(`${JSON.stringify(data)}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@browsermation/test",
3
- "version": "0.0.63-beta.8",
3
+ "version": "0.0.63-beta.9",
4
4
  "description": "The testing platform for Playwright by Browsermation.",
5
5
  "main": "./dist/index.js",
6
6
  "types": "./dist/index.d.ts",