用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/fossasia/visdom --skill playwright-testing命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
Step-by-step guide for adding a new visualization pane type to Visdom (client, server, frontend, tests)
Build and debug pane lifecycle behavior in the React frontend. Use when adding pane actions, layout behavior, rendering updates, or pane-level interactions.
Keep feature behavior identical across WebSocket and polling transport modes. Use when adding socket commands, event flows, or transport-sensitive UI updates.
基于 SOC 职业分类
正在显示 SKILL.md
| name | playwright-testing |
| description | Playwright E2E creation, visual regression workflow, and testing best practices for Visdom |
Use this skill when writing Playwright tests, running visual regression tests, or debugging browser-test failures.
Install Chromium once:
npx playwright install chromium
Run functional tests:
npm test
npm run test:polling
npm run test:gui
Run visual regression tests:
npm run test:init
npm run test:visual
playwright/tests/.playwright/support/.basic.spec.js, pane.spec.js, and
text.spec.js.8098; the Playwright config starts the Visdom server.8098 is free before running tests locally.test:init before test:visual to establish baselines.playwright/playwright.config.jsplaywright.polling.config.js.github/workflows/AGENTS.mdCONTRIBUTING.mdnpm test and npm run test:pollingnpm run test:init followed by npm run test:visual