https://github.com/testpointcorp/vansahseleniumjavademo
This Selenium TestNG Automation framework is just a demo and quick start to Automated Testing with Vansah - Test Management for Jira.
https://github.com/testpointcorp/vansahseleniumjavademo
Last synced: 3 months ago
JSON representation
This Selenium TestNG Automation framework is just a demo and quick start to Automated Testing with Vansah - Test Management for Jira.
- Host: GitHub
- URL: https://github.com/testpointcorp/vansahseleniumjavademo
- Owner: testpointcorp
- Created: 2022-11-08T20:54:59.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2025-11-11T11:32:21.000Z (7 months ago)
- Last Synced: 2025-11-11T13:16:37.957Z (7 months ago)
- Language: HTML
- Homepage:
- Size: 13.4 MB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.MD
Awesome Lists containing this project
README
## Vansah Automation Demo
This Selenium TestNG Automation framework is just a demo and quick start to Automated Testing with Vansah - Test Management for Jira.
## Introduction
Vansah's API can be used to integrate Vansah with various tools, automation and development frameworks including third-party applications. The main usage for the API is to allow our customers to integrate their automated tests and submit test results to Vansah Test Management for Jira. For a full detail of what other tasks you can perform using the API the list can be obtained from this documentation.
## Tools
- Maven - Build Tool
- TestNG
- Selenium 3
- ChromeDriver v107.x.x.x
## How to Run
### Step 1
Clone or Download the Repo.
### Step 2
Open Eclipse and Import the Project as Maven Project.
### Step 3
Add VansahConnectToken in VansahNode.java File
Token should be obtained from your Jira Workspace
Click to Know How to obtain your Vansah API Connect Token
### Step 4
Run as Maven test