Xray
End-to-end Playwright skill pack for planning, authoring, debugging, documenting, and operationalizing test automation.
npx -y skills add jovd83/playwright-skill --skill xrayAssembled 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 Xray case export. Prefer the standalone `test-artifact-export-skill` skill for transforming approved test cases into Xray-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
Xray Transformer
Use this skill to convert narrative test cases into Xray import artifacts.
Inputs
- source scenarios in TDD, BDD, or plain-text form,
- whether the target should be
ManualorCucumberstyle, - project or requirement linkage details if they are already known.
Output Contract
Produce:
- an Xray-compatible payload,
- or a field-mapping table showing how the source maps into Xray test fields and links.
Mapping Rules
- use Xray test type intentionally,
- preserve ordered steps and expected results for manual tests,
- preserve tags and requirement links when they are available,
- avoid inventing Jira linkage the user has not provided.