Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/rsheremeta/testrail-junit
- Owner: RSheremeta
- Created: 2021-02-08T10:26:02.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2021-02-20T12:30:47.000Z (almost 4 years ago)
- Last Synced: 2024-11-11T11:48:13.013Z (2 months ago)
- Topics: allure, java, junit, junit4, junit5, rest-assured, selenium, selenium-webdriver, test-automation, testing, testrail, testrail-api
- Language: Java
- Homepage:
- Size: 5.86 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 step2 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