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 inpom.xml. - No native reporter for the stack (C#, PHP, Ruby, Go, etc.): use JUnit XML import (Step 4).
Step 2: Configure Credentials
- Check
.envfor aTESTOMATIOAPI key. If present, use it. - If missing, add a placeholder line to
.env:
TESTOMATIO=tstmt_xxxxx