配置: 初始化 ISOS Agent Teams 软件研发模板
CI / lint (push) Successful in 6s

This commit is contained in:
2026-04-19 21:47:08 +08:00
parent 3ab6fe6504
commit 34346be862
202 changed files with 23544 additions and 0 deletions
+10
View File
@@ -0,0 +1,10 @@
---
name: Playwright 截图默认保存目录
description: 使用 Playwright 截图时默认保存到 .playwright-screenshots/ 目录
type: feedback
---
Playwright 截图必须保存在 `.playwright-screenshots/` 目录。`filename` 参数使用 `.playwright-screenshots/截图名称.png` 格式。
**Why:** 用户要求统一截图存放位置,保持项目根目录整洁。该目录已在 .gitignore 中配置。
**How to apply:** 调用 `browser_take_screenshot``filename` 使用 `.playwright-screenshots/<name>.png`