
Product
Introducing Webhook Events for Alert Changes
Add real-time Socket webhook events to your workflows to automatically receive software supply chain alert changes in real time.
Series of tools to focus on your App's code quality.
npm install -g qualifys
cd myproject/
qf init
You'll need to have Node >= 7 on your computer.
cd ~/project/myproject
qf init
This will add .editorconfig, .eslintrc, .gitignore, .npmignore to your project folder. And add src/, dist/, test/ directory to your project if they don't exist.
Before you use test tools, ensure to install React under your project.
# react 15.x.x required
npm install react
npm install react-dom
qf run test to start test with Karma, Mocha, Expect.js and enzyme.
svg loader, json loader.We recmommend you to organize the test files under test/ directory.
By default, you have to specify a index.test.js in the test/ directory to declare which test files are going to be run.
/**
* only require other test-files here
* include all of the files with form of *.test.js
*/
const testFiles = require.context('.', false, /\.test\.js$/);
testFiles.keys().forEach(testFiles);
qf run cov to start generate a report of test coverage.qf update to upgrade qualifys to the latest version.qualifys --help to show the commands help.FAQs
development QA tools for App
We found that qualifys 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.

Product
Add real-time Socket webhook events to your workflows to automatically receive software supply chain alert changes in real time.

Security News
ENISA has become a CVE Program Root, giving the EU a central authority for coordinating vulnerability reporting, disclosure, and cross-border response.

Product
Socket now scans OpenVSX extensions, giving teams early detection of risky behaviors, hidden capabilities, and supply chain threats in developer tools.