@browsermation/test 0.0.63-beta.5 → 0.0.63-beta.6

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 +2 -1
  2. package/package.json +1 -1
package/dist/reporter.js CHANGED
@@ -148,7 +148,8 @@ var BrowsermationReporter = class {
148
148
  file: test.location.file,
149
149
  timestamp: Date.now(),
150
150
  free_memory: (0, import_node_os.freemem)(),
151
- total_memory: (0, import_node_os.totalmem)()
151
+ total_memory: (0, import_node_os.totalmem)(),
152
+ project: test.parent.project.name
152
153
  };
153
154
  this.log(`${JSON.stringify(data)}
154
155
  `);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@browsermation/test",
3
- "version": "0.0.63-beta.5",
3
+ "version": "0.0.63-beta.6",
4
4
  "description": "The testing platform for Playwright by Browsermation.",
5
5
  "main": "./dist/index.js",
6
6
  "types": "./dist/index.d.ts",