# Playwright Transformer Testlink

> Legacy Playwright-specific alias for TestLink case export. Prefer the standalone `test-artifact-export-skill` skill for transforming approved test cases into TestLink-ready artifacts, and use this only when Playwright-local conventions must be preserved explicitly.

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

---


# TestLink Transformer

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

## Inputs

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

## Output Contract

Produce one of:

- a TestLink-compatible XML payload,
- a CSV-style mapping if that is the selected import path,
- a field-mapping table when the user wants the transformation planned before generation.

## Mapping Rules

- map scenario title and summary consistently,
- preserve preconditions, ordered steps, and expected results,
- keep requirement identifiers where TestLink fields allow them,
- call out any source fields that have no clean TestLink destination.
