Cypress Transformer Testlink

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

jovd83 0beccb3 2 files · 1.7 KB 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 TestLink

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

Action

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:

  • a TestLink-compatible XML payload,
  • a CSV-style mapping when that is the selected import path,
  • or 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.

jovd83/Cypress-skill/tree/main/transformers/testlink commit 0beccb3d21

Frequently asked questions

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