
Security News
Opengrep Adds Apex Support and New Rule Controls in Latest Updates
The latest Opengrep releases add Apex scanning, precision rule tuning, and performance gains for open source static code analysis.
test-funnel
Advanced tools
test-funnel is an Javascript unit test selector. It can dynamically select test cases that are impacted by modified source files for execution, thus improving test efficiency and saving developer time. Generally speaking, it is one kind of Regression Test Selection technology.
Some key points of test-funnel:
$ npm -g install test-funnel
After installed, command test-funnel
will be available. Run command test-funnel -h
to get help guidelines.
Usage: test-funnel [options]
Options:
-V, --version output the version number
-b, --basefolder <path> folder of git repository, default: ./
-t, --testfolder <path> folder of test files, default: test
-e, --testfileextention <name> extention of test files, default: test.js
-n, --newcommit <name> new commit for comparison, default: HEAD~0
-o, --oldcommit <name> old commit for comparison, default: HEAD~1
-r, --runner <name> test runner, could be one of jest/mocha, not trigger runner if not specified
-h, --help output usage information
var Funnel = require('test-funnel');
Funnel ({
baseFolder: "./",
testFolder: "test",
testFileExtention: "test.js",
newCommit: "HEAD~0",
oldCommit: "HEAD~1",
runner: ""
});
MIT License
FAQs
Javascript test selector
The npm package test-funnel receives a total of 3 weekly downloads. As such, test-funnel popularity was classified as not popular.
We found that test-funnel 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
The latest Opengrep releases add Apex scanning, precision rule tuning, and performance gains for open source static code analysis.
Security News
npm now supports Trusted Publishing with OIDC, enabling secure package publishing directly from CI/CD workflows without relying on long-lived tokens.
Research
/Security News
A RubyGems malware campaign used 60 malicious packages posing as automation tools to steal credentials from social media and marketing tool users.