1.0.0 • Published 6 years ago

atm-environment v1.0.0

Weekly downloads
-
License
ISC
Repository
-
Last release
6 years ago

atm-environment

npm module to create new environment in ATM (Adaptavist Test Management | Kanoah | JIRA)

Install

npm install atm-environment

Environment Variables:

Set following environment variables in .env file placed at project root folder:

JIRA_BASE_URL=baseurl (e.g. --> jira.abcdef.ca)
JIRA_USERNAME=user
JIRA_PASSWORD=password
JIRA_PROJECT_ID=12345

Usage

var atm = require('atm-environment')
env = BrowserName_ProjectName_Locale
atm(env);
  • Best way is to set the value of enviornment using process.argv.env

Keywords

ATM, Adaptavist Test Management, JIRA, Kanoah