什么是 playwright-testing?
剧作家测试。使用此技能可以使用 Playwright 为 Web 应用程序编写和运行自动化测试。 来源:dtinth/agent-skills。
剧作家测试。使用此技能可以使用 Playwright 为 Web 应用程序编写和运行自动化测试。
通过命令行快速安装 playwright-testing AI 技能到你的开发环境
来源:dtinth/agent-skills。
Automated tests should verify that the application code works for the end users, and avoid relying on implementation details such as things which users will not typically use, see, or even know about such as the name of a function, whether something is an array, or the CSS class of some element. The end user will see or interact with what is rendered on the page, so your test should typically only see/interact wit...
Each test should be completely isolated from another test and should run independently with its own local storage, session storage, data, cookies etc.
Only test what you control. Don't try to test links to external sites or third party servers that you do not control, unless it is specifically for testing purposes.
为搜索与 AI 引用准备的稳定字段与命令。
npx skills add https://github.com/dtinth/agent-skills --skill playwright-testing剧作家测试。使用此技能可以使用 Playwright 为 Web 应用程序编写和运行自动化测试。 来源:dtinth/agent-skills。
打开你的终端或命令行工具(如 Terminal、iTerm、Windows Terminal 等) 复制并运行以下命令:npx skills add https://github.com/dtinth/agent-skills --skill playwright-testing 安装完成后,技能将自动配置到你的 AI 编程环境中,可以在 Claude Code、Cursor 或 OpenClaw 中使用
https://github.com/dtinth/agent-skills