tests

Trigger and monitor Testany test pipelines with status polling and result reporting.

79|23|Updated Jan 6, 2026
One-click install
npx skills add https://github.com/TestAny-io/testany-agent-skills --skill tests
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: tests
Source: https://github.com/TestAny-io/testany-agent-skills/tree/main/plugins/testany-bot/skills/tests
Command: npx skills add https://github.com/TestAny-io/testany-agent-skills --skill tests

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill triggers and monitors Testany test pipelines, enabling teams to automate test executions and surface results quickly.

Core Features & Use Cases

  • Trigger pipeline execution
  • Monitor execution status and retrieve logs
  • Report aggregated results and fail/pass breakdown
  • Use Case: When you need to run a full test suite across pipelines and track outcomes in one place.

Quick Start

Use the /testany-bot:tests command to trigger a pipeline and watch its status.

Frequently Asked Questions about tests

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

FAQPage Schema
How do I trigger and monitor a test pipeline execution automatically?

To trigger and monitor a test pipeline, this skill initiates pipeline execution and polls the status automatically. It provides a unique execution ID, polls for status updates, and returns the final outcome.

How do I retrieve test logs and pass/fail breakdown after a pipeline run?

To retrieve test logs and pass/fail breakdown, this skill monitors the execution status and reports aggregated results. It surfaces a summarized report detailing the fail and pass breakdown across projects.

What is the best way to run a full test suite across multiple pipelines?

The best way to run a full test suite across pipelines is using this skill to automate execution and track outcomes in one place. It handles execution triggers and monitors status across projects.

Can I get a summarized report of QA test outcomes across different projects?

Yes, you can get a summarized report of QA test outcomes across projects. This skill handles result reporting and retrieves logs, providing an aggregated view of pass and fail statuses.

How does status polling work for triggered test pipeline executions?

Status polling works by continuously checking the execution status using a provided execution ID. This polling strategy monitors the test pipeline until completion and retrieves the final status outcome.