CathySoMcK / qtest-manager-user-assignment-utility

Utility to parse CSV file, invite and assign users to qTest projects using API's and NodeJS.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

user-assignment-utility

A sample utility to parse CSV file and assign users to projects using qTest API's and NodeJS.

Installation & How to Run

Before moving forward, Please generate access token using qTest API's

You would need to clone the repository to run the application

git clone https://github.com/harikiranyalavarthi9/user-assignment-utility.git
cd user-assignment-utility

You can run the application on Windows, MacOS, Linux either using node or using executable files.

######To run using node

Install node modules:

npm install

Run the utility using below command

node utility -token <token_generated_from_qtest> -url <qTest_URL>

######To run using executable files:

For Windows:

./utility-win -token <token_generated_from_qtest> -url <qTest_URL>

For MacOS:

./utility-macos -token <token_generated_from_qtest> -url <qTest_URL>

For Linux:

./utility-linux -token <token_generated_from_qtest> -url <qTest_URL>

About

Utility to parse CSV file, invite and assign users to qTest projects using API's and NodeJS.


Languages

Language:JavaScript 99.6%Language:Gherkin 0.4%