- Add
testomatio-testng
module to your project - Set ENV variable TESTOMATIO_API_KEY with your Testomatio API Key
- 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
- Run your Tests
- TODO
- TODO
<dependency>
<groupId>io.testomat</groupId>
<artifactId>testomatio-testng</artifactId>
<version>0.4.1</version>
</dependency>
dependencies {
implementation('io.testomat:testomatio-testng:0.4.1')
}
Here is a list of features that are planned for nearest future
- Maven Central Publishing
- Stepper class with step() methods
- 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 💚