Skip to content

Testomat.io Reporter

Testomat.io reporter is NodeJS package that sends test results to app.testomat.io

::: note Testomatio Reporter is a standalone package that can be used without Testomat.io application. Open it on GitHub :::

Installation

To enable Testomat.io Reporter install @testomatio/reporter package

Use one of your favorite package managers:

Terminal window
npm install @testomatio/reporter --save-dev
Terminal window
pnpm install @testomatio/reporter --save-dev
Terminal window
yarn add @testomatio/reporter --dev

Reporter works differenttely depending on your current setup:

Reporter is configured through environment variables. Learn more about configuration.