run-tests-with-testomatio-reporter

Installation
SKILL.md

Run Tests with Testomat.io Reporter

npx @testomatio/reporter creates test runs in Testomat.io and launches groups of tests — locally or remotely through a Testomat.io CI profile. Every command requires the TESTOMATIO env var (the project API key, tstmt_*) and exits 1 without it. Every value in angle brackets is a placeholder.

Pick the command by intent

Intent Command
Create a run, execute nothing — testers start on it start
Execute tests locally and report results run "<runner command>"
Launch tests remotely via a Testomat.io CI profile run --remote <profile-name>
List which tests a filter matches, run nothing run --filter-list "<filter>" --format ids
Close a run created earlier finish (run id via TESTOMATIO_RUN)

Run kinds

--kind declares what the run contains:

Installs
33
GitHub Stars
12
First Seen
Aug 12, 2026
run-tests-with-testomatio-reporter — testomatio/skills