testpointcorp / Vansah-Action

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

- 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

About

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


Languages

Language:JavaScript 100.0%