Testomat.io Test Reporting
Testomat.io reporter is NodeJS package that sends test results to app.testomat.io
Installation
Section titled “Installation”To enable Testomat.io Reporter install @testomatio/reporter package
Use one of your favorite package managers:
npm install @testomatio/reporter --save-devpnpm install @testomatio/reporter --save-devyarn add @testomatio/reporter --devReporter works differenttely depending on your current setup:
- If you use NodeJS framework like Jest, Playwright, etc, you get realtime reports, automatic artifacts uploads, logs. Learn how to set up frameworks reporter
- If you use Java, Ruby, PHP, or other languages, reports are created from JUnit file. Learn how to set up JUnit reporter
Reporter is configured through environment variables. Learn more about configuration.