@haibun/web-playwright 1.35.0 → 1.35.1

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.
@@ -588,7 +588,7 @@ const WebPlaywright = class WebPlaywright extends AStepper {
588
588
  }
589
589
  async captureScreenshot(event, stage, details) {
590
590
  const loc = { ...this.getWorld(), mediaType: EMediaTypes.image };
591
- const dir = await this.storage.ensureCaptureLocation(loc, `screenshot ${event}`);
591
+ const dir = await this.storage.ensureCaptureLocation(loc, `screenshot/${event}`);
592
592
  const path = `${dir}/${event}-${Date.now()}.png`;
593
593
  await this.withPage(async (page) => await page.screenshot({
594
594
  path,
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@haibun/web-playwright",
3
3
  "type": "module",
4
- "version": "1.35.0",
4
+ "version": "1.35.1",
5
5
  "description": "",
6
6
  "main": "build/web-playwright.js",
7
7
  "files": [
@@ -20,9 +20,9 @@
20
20
  "author": "",
21
21
  "license": "ISC",
22
22
  "dependencies": {
23
- "@haibun/core": "1.35.0",
24
- "@haibun/domain-storage": "1.35.0",
25
- "@haibun/domain-webpage": "1.35.0",
23
+ "@haibun/core": "1.35.1",
24
+ "@haibun/domain-storage": "1.35.1",
25
+ "@haibun/domain-webpage": "1.35.1",
26
26
  "playwright": "^1.40.1"
27
27
  },
28
28
  "gitHead": "7cf9680bd922fb622fb59f1e6bf5b65284cb8fd5"