# Restassured Transformer Xray

> Legacy Rest Assured-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 Rest Assured-local conventions must be preserved explicitly.

- Skill: `jovd83/restassured-transformer-xray` (Agent Skill, multi-file: 2 files)
- Install (CLI): `npx skillmds@latest add jovd83/restassured-transformer-xray`
- Raw SKILL.md: https://api.skillmd.com/api/skills/jovd83/restassured-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/restassured-transformer-xray

---


# Transform Cases For Xray

## 1. Collect Inputs

1. Read the approved cases.
2. Preserve stable IDs, tags, and requirement links.

## 2. Transform

1. Convert BDD scenarios into Xray-compatible feature content when BDD is used.
2. Convert structured cases into JSON or CSV when BDD is not used.

## 3. Troubleshooting

1. Problem: The source content mixes multiple scenarios in one file.
   Fix: Split them before export.
