You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 29, 2023. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+5-2Lines changed: 5 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -96,12 +96,15 @@ Watch the video [intro to cypress-grep](https://www.youtube.com/watch?v=HS-Px-Sg
96
96
97
97
You can also watch [How I organize pull request workflows](https://youtu.be/SFW7Ecj5TNE) where I show how the GitHub workflows in [.github/workflows](./.github/workflows) are organized to run the smoke tests first on pull request.
98
98
99
-
Read the blog post [Burning Tests with cypress-grep](https://glebbahmutov.com/blog/burning-tests/) that shows how to run the selected test multiple times in a row.
100
-
101
99
Watch the video [Filter Specs First When Using cypress-grep Plugin](https://youtu.be/adL7KzO5dR0)
102
100
103
101
Watch the video [Run All Tests That Have No Tags Using cypress-grep Plugin](https://youtu.be/CtU43GzaicI)
104
102
103
+
## Blog posts
104
+
105
+
-[Burning Tests with cypress-grep](https://glebbahmutov.com/blog/burning-tests/)
106
+
-[Faster test execution with cypress-grep](https://glebbahmutov.com/blog/cypress-grep-filters/)
107
+
105
108
## Filters
106
109
107
110
You can filter tests to run using part of their title via `grep`, and via explicit tags via `grepTags` Cypress environment variables.
0 commit comments