qa-e2e-tests-reporting

Installation
SKILL.md

Testomat.io Reporter Setup

Install and configure the Testomat.io reporter in an automation project, then push test results to the Testomat.io TMS.

Step 1: Detect Language & Framework

  • Detect the language from the project manifest (package.json, pyproject.toml/requirements.txt, pom.xml/build.gradle, *.csproj, composer.json, Gemfile).
  • Detect the framework from its config file: playwright.config.*, codecept.conf.js, wdio.conf.*, jest.config.*, .mocharc.*, pytest.ini/conftest.py, *.robot/robot.toml, testng.xml/JUnit deps in pom.xml.
  • No native reporter for the stack (C#, PHP, Ruby, Go, etc.): use JUnit XML import (Step 4).

Step 2: Configure Credentials

  • Check .env for a TESTOMATIO API key. If present, use it.
  • If missing, add a placeholder line to .env:
TESTOMATIO=tstmt_xxxxx
Installs
58
GitHub Stars
12
First Seen
Jun 5, 2026
qa-e2e-tests-reporting — testomatio/skills