A GitHub action to import test results into "Vansah" - A complete Test Management tool for Jira.
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.
- name: "Import results to Vansah"
uses: testpointcorp/vansah-action@{latest-release}
with:
vansahConnectToken: ${{ secrets.vansahConnectToken }}
testFormat: "TESTNG"
testPaths: "**/test/*.xml"
TestNG
- Testpoint (https://testpoint.com.au/)