Restassured Mapper Testlink

Use when Codex needs to map TestLink case IDs or execution references back to local Rest Assured API documentation or automation files.

jovd83 c06893e 2 files · 803 B Updated

File contents

Map TestLink IDs

1. Gather Inputs

  1. Collect the external TestLink IDs.
  2. Read the local docs and automation metadata.

2. Map

  1. Match by stable scenario ID first.
  2. Match by title only when IDs are missing.
  3. Record ambiguous matches explicitly.

3. Troubleshooting

  1. Problem: Multiple local cases match the same title. Fix: Use requirement IDs or endpoint paths to disambiguate.

jovd83/restassured-skill/tree/main/mappers/testlink commit c06893ea53

Frequently asked questions

npx skillmds@latest add jovd83/restassured-mapper-testlink