Testomat.io Reporter

Testomat.io reporter is NodeJS package that sends test results to app.testomat.ioopen in new window

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

Installation

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

Use one of your favorite package managers:

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

Reporter works differenttely depending on your current setup:

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