Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/rsheremeta/testrail-junit

Library for integration JUnit-based tests with TestRail
https://github.com/rsheremeta/testrail-junit

allure java junit junit4 junit5 rest-assured selenium selenium-webdriver test-automation testing testrail testrail-api

Last synced: 13 days ago
JSON representation

Library for integration JUnit-based tests with TestRail

Awesome Lists containing this project

README

        

# TestRail-JUnit
This Library helps you to integrate your JUnit-based tests with TestRail in an easily manner.

## Installation
1 Since it's not pushed to the MVN central repository yet, there are two installation options:

* Download already compiled and packaged **TestRail-JUnit-1.0.jar** file [HERE][here] and proceed to the 2nd step
* Download source code [HERE][here] to your local machine, make a jar by running **`mvn package`** in the repo directory and proceed to the 2nd step

2 Put a **TestRail-JUnit-1.0.jar** file into your project directory (for instance – create root dir `~/libs/` and paste there)

3 Add this dependency to your `pom.xml` (**systemPath** value is for instance)
````

com.github.rsheremeta
TestRail-JUnit
1.0
system
${basedir}/libs/TestRail-JUnit-1.0.jar

````

## Usage
1. See my article on Medium – [Link][link]

![Medium article](https://i.ibb.co/kBJnC55/2021-02-08-12-52-20.png)

[here]: https://github.com/RSheremeta/TestRail-JUnit/releases/tag/1.0
[link]: https://rsheremeta.medium.com/integrate-your-junit-tests-with-testrail-bac4bfe31111