Security News
Research
Data Theft Repackaged: A Case Study in Malicious Wrapper Packages on npm
The Socket Research Team breaks down a malicious wrapper package that uses obfuscation to harvest credentials and exfiltrate sensitive data.
jest-bamboo-reporter
Advanced tools
A reporter for jest which produces a report compatible with Atlassian Bamboo Mocha Test Parser.
A reporter for jest which produces a report compatible with Atlassian Bamboo Mocha Test Parser.
Forked from jest-bamboo-formatter, with major changes in order to work around Bamboo's naming restrictions:
npm install --save-dev jest-bamboo-reporter
In the jest config file add the path to the module. For example:
{
"testResultsProcessor": "jest-bamboo-reporter"
}
then run jest (or a npm run
command) with the path to the config file
jest --config=./config/jest.config.json
The name of test suite and separator can be customized by setting the environment variables
JEST_BAMBOO_SUITE_NAME="{fileNameWithoutExtension}" JEST_BAMBOO_NAME_SEPARATOR=" >> " jest
JEST_BAMBOO_SUITE_NAME
supports following variables
Also, variable supports fallback. For example:
{firstAncestorTitle|filename}
means use file name of the test if it doesn't have a group name.
By default, the reporter writes to test-report.json
. The file name can be changed by setting the JEST_REPORT_FILE
environment variable.
JEST_REPORT_FILE="./jest-report.json" jest
FAQs
A reporter for jest which produces a report compatible with Atlassian Bamboo Mocha Test Parser
We found that jest-bamboo-reporter 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
Research
The Socket Research Team breaks down a malicious wrapper package that uses obfuscation to harvest credentials and exfiltrate sensitive data.
Research
Security News
Attackers used a malicious npm package typosquatting a popular ESLint plugin to steal sensitive data, execute commands, and exploit developer systems.
Security News
The Ultralytics' PyPI Package was compromised four times in one weekend through GitHub Actions cache poisoning and failure to rotate previously compromised API tokens.