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

https://github.com/testpointcorp/vansah-action

A GitHub action to import test results into Vansah for Jira using TestNG
https://github.com/testpointcorp/vansah-action

action actions jira test-automation testng vansah

Last synced: 3 days ago
JSON representation

A GitHub action to import test results into Vansah for Jira using TestNG

Awesome Lists containing this project

README

          





Vansah Action


A GitHub action to import test results into "Vansah" - A complete Test Management tool for Jira.



-------

## Setup

### Configure the workflow

Vansah

This plugin will help the automation framework to upload the test results generated by the framework and based on the results in .xml file it will make the test cases PASS/FAIL.


```yml
- name: "Import results to Vansah"
uses: testpointcorp/vansah-action@{latest-release}
with:
vansahConnectToken: ${{ secrets.vansahConnectToken }}
testFormat: "TESTNG"
testPaths: "**/test/*.xml"
```

### How to Generate VansahAPIToken

Open Help Doc

### Supports
TestNG

## Vansah

- {{apiUrl}}/api/{{nodeApiVersion}}/testCase/import/XML

## Developed By

* Testpoint (https://testpoint.com.au/)