@bahmutov/cy-grep 2.0.22 → 2.0.23
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +3 -1
- package/package.json +3 -3
package/README.md
CHANGED
@@ -1,4 +1,4 @@
|
|
1
|
-
# @bahmutov/cy-grep 
|
2
2
|
|
3
3
|
> Filter tests using substring or tag
|
4
4
|
|
@@ -36,6 +36,8 @@ Watch the video [intro to cypress-grep plugin](https://www.youtube.com/watch?v=H
|
|
36
36
|
- [Lesson k11: Use TypeScript enum for test tags](https://cypress.tips/courses/cypress-plugins/lessons/k11)
|
37
37
|
- [Lesson k12: Validate user-supplied test tags](https://cypress.tips/courses/cypress-plugins/lessons/k12)
|
38
38
|
|
39
|
+
Combine this plugin with [cypress-split](https://github.com/bahmutov/cypress-split) plugin to first pre-filter specs, then run them in parallel: lesson [Lesson c2: Combine split and grep](https://cypress.tips/courses/cypress-split/lessons/c2) from my course [Cypress-split plugin](https://cypress.tips/courses/cypress-split).
|
40
|
+
|
39
41
|
## Table of Contents
|
40
42
|
|
41
43
|
<!-- MarkdownTOC autolink="true" -->
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@bahmutov/cy-grep",
|
3
|
-
"version": "2.0.
|
3
|
+
"version": "2.0.23",
|
4
4
|
"description": "Filter Cypress tests using title or tags",
|
5
5
|
"main": "src/support.js",
|
6
6
|
"scripts": {
|
@@ -16,11 +16,11 @@
|
|
16
16
|
"cypress-plugin-config": "^1.2.0",
|
17
17
|
"debug": "^4.3.2",
|
18
18
|
"find-cypress-specs": "^1.35.1",
|
19
|
-
"find-test-names": "1.29.
|
19
|
+
"find-test-names": "1.29.8",
|
20
20
|
"globby": "^11.1.0"
|
21
21
|
},
|
22
22
|
"devDependencies": {
|
23
|
-
"cypress": "14.2
|
23
|
+
"cypress": "14.3.2",
|
24
24
|
"cypress-each": "^1.11.0",
|
25
25
|
"cypress-expect": "^3.1.0",
|
26
26
|
"prettier": "^3.0.0",
|