Testrail
End-to-end Playwright skill pack for planning, authoring, debugging, documenting, and operationalizing test automation.
npx -y skills add jovd83/playwright-skill --skill testrailAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- 1 stars1 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
What its author says it does
Copied from the file, not written here
Legacy Playwright-specific alias for TestRail case export. Prefer the standalone `test-artifact-export-skill` skill for transforming approved test cases into TestRail-ready artifacts, and use this only when Playwright-local conventions must be preserved explicitly.
SKILL.md
1.5 KB, as published. Nobody here has run it
TestRail Transformer
Use this skill to convert narrative test cases into TestRail import artifacts.
Inputs
- source scenarios in TDD, BDD, or plain-text form,
- the target TestRail project or section structure when known,
- the chosen import format.
Output Contract
Produce:
- a TestRail-compatible import artifact, or
- a field-mapping table that shows how each source field will land in TestRail.
Mapping Rules
- preserve case title, section placement, preconditions, steps, and expected results,
- keep requirement references if the team tracks them in custom fields or notes,
- state any manual follow-up needed for fields that cannot be inferred safely.