Cypress Transformer Xray

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

jovd83 Updated

File contents

Telemetry & Logging

[!IMPORTANT] All usage of this skill must be logged via the Skill Dispatcher to ensure audit logs and wallboard analytics are accurate: ./log-dispatch.cmd --skill <skill_name> --intent <intent> --model <model_name> --reason <reason> (or ./log-dispatch.sh on Linux)

Transforming Test Cases to Xray

Use this skill to convert narrative test cases into Xray import artifacts.

Action

Inputs:

  • source scenarios in TDD, BDD, or plain-text form,
  • the target Xray structure if the project already uses one,
  • any required Jira or Xray metadata conventions.

Output contract:

  • an Xray-compatible JSON or CSV payload,
  • a field-mapping table when the user wants the transformation planned before generation,
  • or a normalized scenario table ready for downstream import tooling.

Mapping rules:

  • preserve scenario titles, steps, expected outcomes, and requirement references,
  • keep Jira or issue identifiers intact where possible,
  • preserve ordered steps and execution meaning,
  • call out any source fields that have no clean Xray destination.

jovd83/Cypress-skill/tree/main/transformers/xray commit 0df09f836c

Frequently asked questions

npx skillmds@latest add jovd83/cypress-transformer-xray