
Security News
MCP Community Begins Work on Official MCP Metaregistry
The MCP community is launching an official registry to standardize AI tool discovery and let agents dynamically find and install MCP servers.
zephyr-import
Advanced tools
Parsing JSON data and import it to Zephyr as reports of autoamtion testing!
Parsing data generated from Selenium or Jest (WIP) and import it to extension for JIRA:Zephyr as reports of automation testing! In the current(latest) version u are able to do:
Package for import reports to Jira extension Zephyr should be correctly installed for project wehre it will be used, so correctly placed in package.json of project.
.
├── Home directory # project where package is installed - here must be configs placed after instalation of npm package
└── configZephyr.json # configuration of Project, API version of Apiari (Zephyr), inputs for run script as executor, branch, custom cycle name
# ids, keys, tokens for reporter (or ...) which use the zephyr script
└── node_modules # node modules of project fro where zephyr-import package is installed
└── zephyr-import # project
└── README
└── ...
// configZephyr.json
{
"zephyrDefaultOptions": {
"jiraProjectId": 10000,
"base_api_call": "https://prod-api.zephyr4jiracloud.com/connect",
"zephyrApiVersion": "1.0",
"reportsDir": "./reports/jsons",
"executor": "user_name",
"version": "release/2.5.5",
"cycle": "RELEASE",
"skip_duplicityCycle_verify": false,
},
"user_name": {
"account_id": "6x483..xx...08bd4",
"access_key": "MD...xxx...........kFVTFRfT..xxx...RQ",
"secret_key": "ALBJgdcccxxxxx.....y2DtadVI.....WUfgp..xx",
"jira_token": "5qAvm...xxxx...4BD"
},
}
npm i zephyr-import
FAQs
Parsing JSON data and import it to Zephyr as reports of autoamtion testing!
The npm package zephyr-import receives a total of 849 weekly downloads. As such, zephyr-import popularity was classified as not popular.
We found that zephyr-import demonstrated a healthy version release cadence and project activity because the last version was released less than 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
The MCP community is launching an official registry to standardize AI tool discovery and let agents dynamically find and install MCP servers.
Research
Security News
Socket uncovers an npm Trojan stealing crypto wallets and BullX credentials via obfuscated code and Telegram exfiltration.
Research
Security News
Malicious npm packages posing as developer tools target macOS Cursor IDE users, stealing credentials and modifying files to gain persistent backdoor access.