Skip to content

testpointcorp/Vansah-Action

Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace

Repository files navigation

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

Topics

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors