RubyGems
npm
Organizations
Log in
Sign up
npm
@bahmutov/cy-grep
Versions diffs
2.0.0 → 2.0.1
@bahmutov/cy-grep 2.0.0 → 2.0.1
Sign up to get
free
protection for your applications and to get access to all the features.
Files changed (2)
hide
show
package/README.md
+1
-1
package/package.json
+1
-1
package/README.md
CHANGED
Viewed
@@ -1,4 +1,4 @@
1
-
# @bahmutov/cy-grep ![cypress version](https://img.shields.io/badge/cypress-13.
15
.0-brightgreen)
1
+
# @bahmutov/cy-grep ![cypress version](https://img.shields.io/badge/cypress-13.
17
.0-brightgreen)
2
2
3
3
> Filter tests using substring or tag
4
4
package/package.json
CHANGED
Viewed
@@ -1,6 +1,6 @@
1
1
{
2
2
"name": "@bahmutov/cy-grep",
3
-
"version": "2.0.
0
",
3
+
"version": "2.0.
1
",
4
4
"description": "Filter Cypress tests using title or tags",
5
5
"main": "src/support.js",
6
6
"scripts": {