Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rsheremeta/testrail-testng
Library for integration TestNG-based tests with TestRail
https://github.com/rsheremeta/testrail-testng
allure java rest-assured selenium selenium-webdriver test-automation testing testng testng-framework testrail testrail-api
Last synced: 15 days ago
JSON representation
Library for integration TestNG-based tests with TestRail
- Host: GitHub
- URL: https://github.com/rsheremeta/testrail-testng
- Owner: RSheremeta
- Created: 2021-02-19T16:52:42.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2021-02-20T12:53:24.000Z (almost 4 years ago)
- Last Synced: 2024-11-11T11:48:13.037Z (2 months ago)
- Topics: allure, java, rest-assured, selenium, selenium-webdriver, test-automation, testing, testng, testng-framework, testrail, testrail-api
- Language: Java
- Homepage:
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# TestRail-TestNG
This Library helps you to integrate your TestNG-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-TestNG-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-TestNG-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-TestNG
1.0
system
${basedir}/libs/TestRail-TestNG-1.0.jar
````## Usage
1. See my article on Medium – [Link][link]![Medium article](https://i.ibb.co/gm5knGG/2021-02-20-14-52-24.png)
[here]: https://github.com/RSheremeta/TestRail-TestNG/releases/tag/1.0
[link]: https://rsheremeta.medium.com/integrate-your-testng-tests-with-testrail-b7c72726a13c