
Security News
AGENTS.md Gains Traction as an Open Format for AI Coding Agents
AGENTS.md is a fast-growing open format giving AI coding agents a shared, predictable way to understand project setup, style, and workflows.
netlify-plugin-ghost-inspector
Advanced tools
Netlify build plugin for triggering Ghost Inspector tests against deploy previews
The official Netlify plugin for Ghost Inspector.
Our official Netlify plugin is available from npm, you can install it with the following command:
npm install --save-dev netlify-plugin-ghost-inspector
Next, add the following to your netlify.toml
(Netlify configuration file)
[[plugins]]
package = "netlify-plugin-ghost-inspector"
This plugin will trigger a Ghost Inspector test suite against your Netlify deploy preview URL for every build started by a PR. To make this work, you will need to add a few environment variables in Netlify:
GHOST_INSPECTOR_API_KEY
- Ghost Inspector API Key, which can be found in your account settingsGHOST_INSPECTOR_SUITE
- Ghost Inspector suite ID. To find your suite ID, navigate to the suite you want to use and copy the ID in the URL (after /suites/).GITHUB_API_TOKEN
(optional) - GitHub Personal Access Token - only required if you want commit status updates on your PR. Without this, the plugin will still function normally, but you will have to access the Netlify build UI in order to see if your Ghost Inspector suite passed or failed.Add the environment variables and their values to the Netlify Dashboard via: Site Settings > Build & deploy > Environment.
Thanks to Jacob Arriola for the initial code and inspiration to make this plugin work.
FAQs
Netlify build plugin for triggering Ghost Inspector tests against deploy previews
The npm package netlify-plugin-ghost-inspector receives a total of 60 weekly downloads. As such, netlify-plugin-ghost-inspector popularity was classified as not popular.
We found that netlify-plugin-ghost-inspector demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 4 open source maintainers 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
AGENTS.md is a fast-growing open format giving AI coding agents a shared, predictable way to understand project setup, style, and workflows.
Security News
/Research
Malicious npm package impersonates Nodemailer and drains wallets by hijacking crypto transactions across multiple blockchains.
Security News
This episode explores the hard problem of reachability analysis, from static analysis limits to handling dynamic languages and massive dependency trees.