🚀 DAY 5 OF LAUNCH WEEK: Introducing Socket Firewall Enterprise.Learn more →
Socket
Book a DemoInstallSign in
Socket

generate-atm-test-cycle

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

generate-atm-test-cycle

npm module to create a new test cycle in Adaptavist test management tool

latest
npmnpm
Version
1.0.4
Version published
Maintainers
1
Created
Source

generate-atm-test-cycle:

This is a npm module to generate test cycle in Adaptavist test management tool. Test cycle will be generated with default cycle name of Regression | <Local date time> if no environment variable set for TEST_CYCLE_NAME. Generated cycle id will output to console and also to a text file named cycleID.txt for use, if required.

Install:

npm install generate-atm-test-cycle

Environment Variables:

Set following environment variables on your machine:

BASE_URL = baseurl (e.g. --> jira.abcdef.com)
JIRA_USERNAME = username
JIRA_PASSWORD = password
PROJECT_KEY = XYZ
TEST_PLAN_KEY = SampleTestPlanID (to associate test cycle with a test plan - this is optional)
TEST_CYCLE_NAME = SampleTestCycle

Usage:

Sample usage example from a JEST global setup file:

const cycle = require('generate-atm-test-cycle');

module.exports = async function() {
    cycle.createTestCycle();
};

Keywords

JIRA

FAQs

Package last updated on 12 Dec 2018

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts