executing-tests

Execute TestLink test cases in a browser and produce pass/fail reports.

Updated Sep 16, 2025
One-click install
npx skills add https://github.com/dogkeeper886/ai-qa-workflow --skill executing-tests
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: executing-tests
Source: https://github.com/dogkeeper886/ai-qa-workflow/tree/main/skills/executing-tests
Command: npx skills add https://github.com/dogkeeper886/ai-qa-workflow --skill executing-tests

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

QA teams can automatically execute test cases defined in TestLink plans by driving a browser to perform steps, recording pass/fail results, and updating execution status for traceability.

Core Features & Use Cases

  • Read test cases for a plan from TestLink and display an execution status summary.
  • Execute each test case in a browser by reading steps, performing actions (navigate, click, type, etc.), and capturing evidence.
  • Record results as pass/fail/blocked with notes, and produce a final execution report.
  • Use case: When a QA engineer needs to validate an application against a TestLink plan and log outcomes for audit.

Quick Start

Provide the TestLink plan ID, application URL, and optional credentials to begin automated execution.

Frequently Asked Questions about executing-tests

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate TestLink test case execution with a browser?

Automate TestLink test execution by reading test plans, fetching associated cases, and driving a browser to perform steps. It records pass, fail, or blocked results and generates a consolidated execution report with metrics.

Can I execute TestLink plans using Playwright browser automation?

Yes, Playwright browser automation executes TestLink plans by navigating to the application URL, performing test steps like clicks and typing, capturing evidence, and updating the execution status for traceability.

What do I need to provide to start automated QA execution for TestLink plans?

You need to provide the TestLink plan ID, the target application URL, and optional credentials. The automation reads the test cases, executes browser actions, and outputs a final execution report.

How does automated test execution capture pass/fail metrics for QA audits?

Automated test execution captures pass/fail metrics by driving a browser through each test case step, recording outcomes with notes, and producing a consolidated summary report for audit and traceability.

Does TestLink automated execution support recording blocked test results?

Yes, TestLink automated execution supports recording results as pass, fail, or blocked. It captures notes during browser automation and compiles these outcomes into a final execution status report.