atm-environment
v1.0.0
Published
npm module to create a new environment in Adaptavist Test Management
Downloads
5
Maintainers
Readme
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