Skip to content
This repository was archived by the owner on Mar 29, 2023. It is now read-only.

Commit 8ef02c7

Browse files
committed
add link to the blog post
1 parent 8cdc686 commit 8ef02c7

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -96,12 +96,15 @@ Watch the video [intro to cypress-grep](https://www.youtube.com/watch?v=HS-Px-Sg
9696

9797
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.
9898

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-
10199
Watch the video [Filter Specs First When Using cypress-grep Plugin](https://youtu.be/adL7KzO5dR0)
102100

103101
Watch the video [Run All Tests That Have No Tags Using cypress-grep Plugin](https://youtu.be/CtU43GzaicI)
104102

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+
105108
## Filters
106109

107110
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

Comments
 (0)