プレイグラウンド、サンドボックス、使い捨てスクリプト置き場
0

Configure Feed

Select the types of activity you want to include in your feed.

update playwright

Kohei Watanabe (Jun 23, 2026, 11:15 AM +0900) 45746d6d bf3474d4

+14 -17
-3
playwright/README.md
··· 12 12 13 13 ```bash 14 14 pnpm install 15 - # Ubuntu 26.04 LTS 16 - PLAYWRIGHT_HOST_PLATFORM_OVERRIDE=ubuntu24.04-x64 pnpm exec playwright install 17 - # Others 18 15 pnpm exec playwright install 19 16 pnpm test 20 17 ```
+1 -1
playwright/package.json
··· 3 3 "test": "playwright test" 4 4 }, 5 5 "devDependencies": { 6 - "@playwright/test": "^1.48.1" 6 + "@playwright/test": "^1.61.0" 7 7 } 8 8 }
+13 -13
playwright/pnpm-lock.yaml
··· 9 9 .: 10 10 devDependencies: 11 11 '@playwright/test': 12 - specifier: ^1.48.1 13 - version: 1.60.0 12 + specifier: ^1.61.0 13 + version: 1.61.0 14 14 15 15 packages: 16 16 17 - '@playwright/test@1.60.0': 18 - resolution: {integrity: sha512-O71yZIbAh/PxDMNGns37GHBIfrVkEVyn+AXyIa5dOTfb4/xNvRWV+Vv/NMbNCtODB/pO7vLlF2OTmMVLhmr7Ag==} 17 + '@playwright/test@1.61.0': 18 + resolution: {integrity: sha512-cKA5B6lpFEMyMGjxF54QihfYpB4FkEGH+qZhtArDEG+wezQAJY8Pq6C7T1SjWz+FFzt3TbyoXBQYk/0292TdJA==} 19 19 engines: {node: '>=18'} 20 20 hasBin: true 21 21 ··· 24 24 engines: {node: ^8.16.0 || ^10.6.0 || >=11.0.0} 25 25 os: [darwin] 26 26 27 - playwright-core@1.60.0: 28 - resolution: {integrity: sha512-9bW6zvX/m0lEbgTKJ6YppOKx8H3VOPBMOCFh2irXFOT4BbHgrx5hPjwJYLT40Lu+4qtD36qKc/Hn56StUW57IA==} 27 + playwright-core@1.61.0: 28 + resolution: {integrity: sha512-caX7TrY3Ml6egyDX0WUcTHDxodl/b51y5wJOdCEA36QviK/s2g081hvmGs8eaE3DWb6NYZQ6BjO/QkNRPenoPA==} 29 29 engines: {node: '>=18'} 30 30 hasBin: true 31 31 32 - playwright@1.60.0: 33 - resolution: {integrity: sha512-hheHdokM8cdqCb0lcE3s+zT4t4W+vvjpGxsZlDnikarzx8tSzMebh3UiFtgqwFwnTnjYQcsyMF8ei2mCO/tpeA==} 32 + playwright@1.61.0: 33 + resolution: {integrity: sha512-Z+7BeeqQPRRzklHsVFP4KTGIyMxKUmfeRA4WisM6G3/XW6nwGeX6fX9qYaDa+CiUqpOkb2f6X3nar05R3kSuJQ==} 34 34 engines: {node: '>=18'} 35 35 hasBin: true 36 36 37 37 snapshots: 38 38 39 - '@playwright/test@1.60.0': 39 + '@playwright/test@1.61.0': 40 40 dependencies: 41 - playwright: 1.60.0 41 + playwright: 1.61.0 42 42 43 43 fsevents@2.3.2: 44 44 optional: true 45 45 46 - playwright-core@1.60.0: {} 46 + playwright-core@1.61.0: {} 47 47 48 - playwright@1.60.0: 48 + playwright@1.61.0: 49 49 dependencies: 50 - playwright-core: 1.60.0 50 + playwright-core: 1.61.0 51 51 optionalDependencies: 52 52 fsevents: 2.3.2