# Playwright Transformer Xray

> 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: `jovd83/playwright-transformer-xray` (Agent Skill, multi-file: 2 files)
- Install (CLI): `npx skillmds@latest add jovd83/playwright-transformer-xray`
- Raw SKILL.md: https://api.skillmd.com/api/skills/jovd83/playwright-transformer-xray/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: AI & ML
- Author: jovd83 (https://skillmd.com/u/jovd83)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/jovd83/playwright-transformer-xray

---


# 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 `Manual` or `Cucumber` style,
- 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.
