Skip to content

testomatio/java-reporter

Repository files navigation

Testomatio Java Reporter

Maven Central

Almost Beta Testing! 🚀

How to use

  1. Add testomatio-testng module to your project
  2. Set ENV variable TESTOMATIO_API_KEY with your Testomatio API Key
  3. Add testomatio.properties file to your project with the following required properties:
    #Host of your Testomatio Instance
    testomatio.host=https://testomat.io
    #Project name
    testomatio.project=java-reporter
  4. Run your Tests

Properties

  • TODO

Testomatio TestNG Module

Usage

  • TODO

Maven

<dependency>
   <groupId>io.testomat</groupId>
   <artifactId>testomatio-testng</artifactId>
   <version>0.4.1</version>
</dependency>

Gradle

dependencies {
    implementation('io.testomat:testomatio-testng:0.4.1')
}

Testomatio Java Reporter Roadmap

Here is a list of features that are planned for nearest future

TODO: Testomatio Java Core

  • Maven Central Publishing
  • Stepper class with step() methods

TODO: Testomatio Modules

  • Implement testomatio-java-core module
  • Implement testomatio-testng module
  • Implement testomatio-junit module
  • Implement testomatio-okhttp3 module
  • Implement testomatio-selenide module
  • Implement testomatio-rest-assured module
  • Implement testomatio-e2e-tests module

Created by LolikTest with Love 💚

About

Java Reporter for Testomat.io

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published