
Research
/Security News
Critical Vulnerability in NestJS Devtools: Localhost RCE via Sandbox Escape
A flawed sandbox in @nestjs/devtools-integration lets attackers run code on your machine via CSRF, leading to full Remote Code Execution (RCE).
grunt-cypress
Advanced tools
A Grunt wrapper for Cypress, a test runner for your projects
If you haven't used Grunt before, be sure to check out the Getting Started guide, as it explains how to create a Gruntfile as well as install and use Grunt plugins. Once you're familiar with that process, you may install this plugin with this command:
npm install grunt-cypress cypress --save-dev
Once the plugin has been installed, it may be enabled inside your Gruntfile with this line of JavaScript:
grunt.loadNpmTasks('grunt-cypress');
Run this task with the grunt cypress
command. You can also specify which CLI method to run by passing the method name as an argument grunt cypress:open
. By default, if no method name is given, the open
method will be called/
This grunt task is not configurable and therefore does not have any options available for use with Grunt. It's merely a Grunt wrapper for the cypress package to allow you to call the Cypress CLI via Grunt. This means that you can pass in any Cypress CLI options like you normally would using command line flags. Do note, it's recommended that you use the double-dash version of flag names to avoid any confusion with Grunt flags. Refer to Cypress's command line docs for a complete list of available flags for all Cypress method. For additional information about Cypress, refer their documentation and/or Github repo to learn more about how to use it within your project, how to setup a cypress.json
file, and/or how to write your first test.
Do note that, by default, this grunt task has been configured to use the
--detached
Cypress CLI flag when runninggrunt cypress:open
to prevent any subsequent grunt tasks from stalling or not running. For use cases where you may need to prevent this behavior, a custom--attached
flag has been added to this grunt task, but this--attached
flag is not a standard option for the Cypress CLI.
FAQs
A grunt wrapper for Cypress, a test runner for your projects
The npm package grunt-cypress receives a total of 264 weekly downloads. As such, grunt-cypress popularity was classified as not popular.
We found that grunt-cypress 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
A flawed sandbox in @nestjs/devtools-integration lets attackers run code on your machine via CSRF, leading to full Remote Code Execution (RCE).
Product
Customize license detection with Socket’s new license overlays: gain control, reduce noise, and handle edge cases with precision.
Product
Socket now supports Rust and Cargo, offering package search for all users and experimental SBOM generation for enterprise projects.