Playwright Pro — TestRail
Sync Playwright tests with TestRail test management.
$skillfish add ~skills/playwright-pro-testrail Real Conversations
See how the Playwright Pro — TestRail skill responds to actual requests. These are representative examples of what your AI agent will produce.
We just ran our regression suite. Can you push the results to TestRail run ID 1042? TESTRAIL_URL, TESTRAIL_USER, and TESTRAIL_API_KEY are all set.
Credentials confirmed. Running tests and pushing results to Run #1042. This skill includes executable scripts — I'll need your permission before running them.
Step 1 — Run with JSON reporter:
npx playwright test --reporter=json > test-results.json
Step 2 — Parse annotations:
Found 127 tests with type: 'testrail' annotations, 7 without.
Step 3 — Pushing to Run #1042 via testrail_add_result:
C10041: PASS (auth/login.spec.ts:14)
C10042: PASS (auth/login.spec.ts:28)
C10055: FAIL — Expected '/dashboard', Received '/login' (checkout.spec.ts:67)
C10056: PASS (checkout.spec.ts:82)
... (123 more)
Result:
Pushed: 127 results
Passed: 124
Failed: 2
Skipped: 1
7 tests have no TestRail annotation — not pushed:
e2e/experimental/new-onboarding.spec.ts (lines 12, 34, 56, 78, 90, 102, 114)
TestRail Run #1042:
https://acme.testrail.io/index.php?/runs/view/1042
The 7 unannotated tests are in your experimental file. Add test.info().annotations.push({ type: 'testrail', description: 'CXXXXX' }) to link them. Want me to look up matching case names and add the annotations?
Get Started
How to install and use this skill in your preferred environment.
Skills are designed for AI coding agents (Claude Code, Cursor, Windsurf) and IDE-based workflows where the agent can read files, run scripts, and act on your codebase. Web-based AI can use the knowledge and frameworks, but won't have tool access.
Models & Context
Which AI models and context windows work best with this skill.
Recommended Models
Larger models produce more detailed, production-ready outputs.
Context Window
This skill's SKILL.md is typically 3–10 KB — fits in any modern context window.
All current frontier models (Claude, GPT, Gemini) support 100K+ context. Use the full window for complex multi-service work.
Pro tips for best results
Be specific
Include numbers — users, budget, RPS — so the skill can size the architecture.
Share constraints
Compliance needs, team size, and existing stack all improve the output.
Iterate
Start with a high-level design, then ask follow-ups for IaC, cost analysis, or security review.
Combine skills
Pair with companion skills below for end-to-end coverage.
Ready to try Playwright Pro — TestRail?
Install the skill and start getting expert-level guidance in your workflow — any agent, any IDE.
$skillfish add ~skills/playwright-pro-testrail