
Security News
The Changelog Podcast: Practical Steps to Stay Safe on npm
Learn the essential steps every developer should take to stay secure on npm and reduce exposure to supply chain attacks.
generate-atm-test-cycle
Advanced tools
npm module to create a new test cycle in Adaptavist test management tool
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.
npm install generate-atm-test-cycle
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
Sample usage example from a JEST global setup file:
const cycle = require('generate-atm-test-cycle');
module.exports = async function() {
cycle.createTestCycle();
};
FAQs
npm module to create a new test cycle in Adaptavist test management tool
We found that generate-atm-test-cycle demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

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.

Security News
Learn the essential steps every developer should take to stay secure on npm and reduce exposure to supply chain attacks.

Security News
Experts push back on new claims about AI-driven ransomware, warning that hype and sponsored research are distorting how the threat is understood.

Security News
Ruby's creator Matz assumes control of RubyGems and Bundler repositories while former maintainers agree to step back and transfer all rights to end the dispute.