# Restassured Reporter Testlink

> Use when Codex needs to report Rest Assured API test execution results back to TestLink through its API using local case mappings and execution evidence.

- Skill: `jovd83/restassured-reporter-testlink` (Agent Skill, multi-file: 2 files)
- Install (CLI): `npx skillmds@latest add jovd83/restassured-reporter-testlink`
- Raw SKILL.md: https://api.skillmd.com/api/skills/jovd83/restassured-reporter-testlink/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Docs & Writing
- Author: jovd83 (https://skillmd.com/u/jovd83)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/jovd83/restassured-reporter-testlink

---


# Report Results To TestLink

## 1. Gather Inputs

1. Collect the TestLink URL and API key securely.
2. Collect the latest execution result set.
3. Collect the local-to-external case mapping.

## 2. Report

1. Map each test result to the target external ID.
2. Send passed, failed, blocked, or skipped status as supported.
3. Attach concise failure evidence when useful.

## 3. Troubleshooting

1. Problem: The result cannot be mapped.
   Fix: Run the mapper skill before reporting.
