reviw 0.16.2 → 0.17.0

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.
package/README.ja.md CHANGED
@@ -286,8 +286,8 @@ npx reviw .artifacts/<feature>/REPORT.md
286
286
  Playwrightを使用したブラウザ自動化ツールキット。
287
287
 
288
288
  **機能:**
289
- - PythonとNode.js Playwrightスクリプト
290
- - サーバーライフサイクル管理(`scripts/with_server.py`)
289
+ - TypeScript Playwright Test (`@playwright/test`)
290
+ - webServerサポート付きPlaywright設定
291
291
  - スクリーンショットと動画キャプチャ
292
292
  - コンソールログとネットワークリクエスト監視
293
293
  - 高度なデバッグ用CDP統合
package/README.md CHANGED
@@ -318,8 +318,8 @@ npx reviw .artifacts/<feature>/REPORT.md
318
318
  Browser automation toolkit using Playwright.
319
319
 
320
320
  **Features:**
321
- - Python and Node.js Playwright scripts
322
- - Server lifecycle management (`scripts/with_server.py`)
321
+ - TypeScript Playwright Test (`@playwright/test`)
322
+ - Playwright configuration with webServer support
323
323
  - Screenshot and video capture
324
324
  - Console log and network request monitoring
325
325
  - CDP integration for advanced debugging