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
- Host: GitHub
- URL: https://github.com/testpointcorp/vansah-action
- Owner: testpointcorp
- Created: 2022-08-15T11:09:16.000Z (over 3 years ago)
- Default Branch: test
- Last Pushed: 2025-11-11T11:37:35.000Z (5 months ago)
- Last Synced: 2026-04-15T04:06:06.769Z (5 days ago)
- Topics: action, actions, jira, test-automation, testng, vansah
- Language: JavaScript
- Homepage:
- Size: 519 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
### Supports
TestNG
## Vansah
- {{apiUrl}}/api/{{nodeApiVersion}}/testCase/import/XML

## Developed By
* Testpoint (https://testpoint.com.au/)