@browsermation/test 0.0.63-beta.17 → 0.0.63-beta.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.
Files changed (2) hide show
  1. package/dist/reporter.js +1 -1
  2. package/package.json +1 -1
package/dist/reporter.js CHANGED
@@ -206,7 +206,7 @@ var BrowsermationReporter = class {
206
206
  project: test.parent.project.name,
207
207
  cpu_architecture: process.arch,
208
208
  retries: test.retries,
209
- project_title: this.getProjectSuite(test.parent).title
209
+ project_title: this.getProjectSuite(test.parent)?.project?.name
210
210
  };
211
211
  this.log(`${JSON.stringify(data)}
212
212
  `);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@browsermation/test",
3
- "version": "0.0.63-beta.17",
3
+ "version": "0.0.63-beta.18",
4
4
  "description": "The testing platform for Playwright by Browsermation.",
5
5
  "main": "./dist/index.js",
6
6
  "types": "./dist/index.d.ts",