playwright 1.55.0-beta-1755874678000 → 1.55.0-beta-1756314050000

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.

Potentially problematic release.


This version of playwright might be problematic. Click here for more details.

@@ -356,7 +356,10 @@ ${(0, import_utils.stringifyStackFrames)(step.boxedStack).join("\n")}`;
356
356
  title: `Attach ${(0, import_utils.escapeWithQuotes)(name, '"')}`,
357
357
  category: "test.attach"
358
358
  });
359
- this._attach(await (0, import_util.normalizeAndSaveAttachment)(this.outputPath(), name, options), step.stepId);
359
+ this._attach(
360
+ await (0, import_util.normalizeAndSaveAttachment)(this.outputPath(), name, options),
361
+ step.group ? void 0 : step.stepId
362
+ );
360
363
  step.complete({});
361
364
  }
362
365
  _attach(attachment, stepId) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "playwright",
3
- "version": "1.55.0-beta-1755874678000",
3
+ "version": "1.55.0-beta-1756314050000",
4
4
  "description": "A high-level API to automate web browsers",
5
5
  "repository": {
6
6
  "type": "git",
@@ -60,7 +60,7 @@
60
60
  },
61
61
  "license": "Apache-2.0",
62
62
  "dependencies": {
63
- "playwright-core": "1.55.0-beta-1755874678000"
63
+ "playwright-core": "1.55.0-beta-1756314050000"
64
64
  },
65
65
  "optionalDependencies": {
66
66
  "fsevents": "2.3.2"