New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

cypress-grep

Package Overview
Dependencies
Maintainers
1
Versions
55
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cypress-grep - npm Package Compare versions

Comparing version 2.1.0 to 2.1.1

2

package.json
{
"name": "cypress-grep",
"version": "2.1.0",
"version": "2.1.1",
"description": "Filter tests using substring",

@@ -5,0 +5,0 @@ "main": "src/support",

@@ -22,2 +22,4 @@ # cypress-grep

Watch the video [intro to cypress-grep plugin](https://www.youtube.com/watch?v=HS-Px-Sghd8)
## Install and use

@@ -43,2 +45,12 @@

Start grepping by title and tags:
```shell
# run only the tests tagged "smoke"
# that have "login" in their titles
$ npx cypress run --env grep=login,grepTags=smoke
```
### Plugin file
**optional:** load and register this module from the [plugin file](https://on.cypress.io/writing-and-organizing-tests#Plugins-file)

@@ -55,3 +67,3 @@

The plugin code will print a little message on load, for example
By loading this module from the plugin file, it allows the `cypress-grep` to print a little message on load, for example

@@ -58,0 +70,0 @@ ```shell

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