
Research
/Security News
9 Malicious NuGet Packages Deliver Time-Delayed Destructive Payloads
Socket researchers discovered nine malicious NuGet packages that use time-delayed payloads to crash applications and corrupt industrial control systems.
netlify-plugin-qawolf
Advanced tools
Run QA Wolf tests on Netlify deployments 🐺
See QA Wolf documentation for a detailed walkthrough.
This plugin allows you to run your QA Wolf tests on Netlify deployments.
QA Wolf is an open source tool to create, run, and maintain browser tests 10x faster. Your tests will run on Netlify deployments in 100% parallel, with no infrastructure setup required.
Install the QA Wolf Build Plugin from the Netlify UI with this direct installation link.
The QA Wolf Build Plugin is also listed in the Netlify Plugins directory.
npm, yarn, or any other Node.js
package manager to add this plugin to devDependencies in package.json:npm install --save-dev netlify-plugin-qawolf
or
yarn add -D netlify-plugin-qawolf
netlify.toml in the root of your project. Your file should include
the plugins section below:[[plugins]]
# runs QA Wolf tests against the deployed URL
package = "netlify-plugin-qawolf"
Create the QAWOLF_API_KEY environment variable in Netlify, and set it to your
team's API key.
See these instructions to learn about Netlify environment variables.
Check out this example project that uses the QA Wolf Netlify Build Plugin.
Here are example deploy logs for passing tests and failing tests.
We want QA Wolf to work well for you, so please reach out for help! Join our Slack community or email us at hello@qawolf.com.
FAQs
Netlify Build plugin to run QA Wolf tests on deployments
We found that netlify-plugin-qawolf 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.

Research
/Security News
Socket researchers discovered nine malicious NuGet packages that use time-delayed payloads to crash applications and corrupt industrial control systems.

Security News
Socket CTO Ahmad Nassri discusses why supply chain attacks now target developer machines and what AI means for the future of enterprise security.

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