Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

netlify-plugin-qawolf

Package Overview
Dependencies
Maintainers
1
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

netlify-plugin-qawolf

Netlify Build plugin to run QA Wolf tests on deployments

  • 1.1.0-beta.1
  • beta
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
4
increased by300%
Maintainers
1
Weekly downloads
 
Created
Source

netlify-plugin-qawolf

Run QA Wolf tests on Netlify deployments 🐺

See QA Wolf documentation for a detailed walkthrough.

Overview

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

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.

Install with npm

  1. From your project's base directory, use 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
  1. Create a 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"

Environment Variables

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.

Demo

Check out this example project that uses the QA Wolf Netlify Build Plugin.

Here are example deploy logs for passing tests and failing tests.

Support

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.

Keywords

FAQs

Package last updated on 15 Apr 2021

Did you know?

Socket

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.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc