@bahmutov/cy-grep 1.9.1 → 1.9.2
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 +2 -1
- package/package.json +2 -3
package/README.md
CHANGED
|
@@ -486,7 +486,7 @@ When you run the tests now, this test will be skipped, as if it were `it.skip`.
|
|
|
486
486
|
|
|
487
487
|
If `grepFilterSpecs=true` and a spec has only required tags, and you are running without any tags, the the spec will be skipped completely.
|
|
488
488
|
|
|
489
|
-
Read the blog
|
|
489
|
+
Read the blog posts 📝 [Required Tags](https://glebbahmutov.com/blog/required-tags/) and [Use Required Test Tags Instead Of Skipping Tests](https://glebbahmutov.com/blog/required-tags-instead-of-skipped-tests/).
|
|
490
490
|
|
|
491
491
|
## Negative grep
|
|
492
492
|
|
|
@@ -685,6 +685,7 @@ To see how to debug this plugin, watch the video [Debug cypress-grep Plugin](htt
|
|
|
685
685
|
|
|
686
686
|
- [cypress-select-tests](https://github.com/bahmutov/cypress-select-tests)
|
|
687
687
|
- [cypress-skip-test](https://github.com/cypress-io/cypress-skip-test)
|
|
688
|
+
- 📝 Read the blog post [Cypress GitHub Actions Slash Command](https://glebbahmutov.com/blog/cypress-slash-command/)
|
|
688
689
|
|
|
689
690
|
## cy-grep vs cypress-grep vs @cypress/grep
|
|
690
691
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@bahmutov/cy-grep",
|
|
3
|
-
"version": "1.9.
|
|
3
|
+
"version": "1.9.2",
|
|
4
4
|
"description": "Filter Cypress tests using title or tags",
|
|
5
5
|
"main": "src/support.js",
|
|
6
6
|
"scripts": {
|
|
@@ -15,8 +15,7 @@
|
|
|
15
15
|
"cypress-plugin-config": "^1.2.0",
|
|
16
16
|
"debug": "^4.3.2",
|
|
17
17
|
"find-cypress-specs": "^1.29.4",
|
|
18
|
-
"find-test-names": "1.28.3"
|
|
19
|
-
"globby": "^11.0.4"
|
|
18
|
+
"find-test-names": "1.28.3"
|
|
20
19
|
},
|
|
21
20
|
"devDependencies": {
|
|
22
21
|
"cypress": "12.8.1",
|