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

netlify-build-plugin-speedcurve

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

netlify-build-plugin-speedcurve

[![Known Vulnerabilities](https://snyk.io/test/github/tkadlec/netlify-build-plugin-speedcurve/badge.svg)](https://snyk.io/test/github/tkadlec/netlify-build-plugin-speedcurve)

  • 2.0.0
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
8
decreased by-80%
Maintainers
1
Weekly downloads
 
Created
Source

Known Vulnerabilities

Netlify SpeedCurve Deploy Plugin

This is a Build Plugin for Netlify that uses the SpeedCurve API to automatically trigger a round of tests after a successful build has occured. After a successful build, tell SpeedCurve you've deployed and trigger a round of testing.

Usage

  1. Make sure you've enabled build plugins for your site on Netlify.

  2. Install the plugin using npm:

npm i netlify-build-plugin-speedcurve
  1. Update your netlify.toml configuration file to reference the plugin in your plugins section:
[[plugins]]
package = "netlify-build-plugin-speedcurve"
  1. Grab your SpeedCurve API Key (Admin > Teams) and the ID for the site you want to test (under Settings > Sites) and store them as environmental variables inside of Netlify. Save them as SPEEDCURVE_API_KEY & SPEEDCURVE_SITE_ID.

  2. Using the latest version of the Netlify CLI, run a dry build:

netlify build --dry

If you see Plugin netlify-build-plugin-speedcurve attached to the onSuccess lifecycle, you should be all set! Deploy knowing that you're tracking each change in SpeedCurve for analysis.

Keywords

FAQs

Package last updated on 18 Sep 2020

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