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
+8-8Lines changed: 8 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -37,7 +37,7 @@ yarn add -D cypress-grep
37
37
```js
38
38
// cypress/support/index.js
39
39
// load and register the grep feature
40
-
// https://github.com/bahmutov/cypress-grep
40
+
// https://github.com/cypress-io/cypress-grep
41
41
require('cypress-grep')()
42
42
```
43
43
@@ -49,7 +49,7 @@ require('cypress-grep')()
49
49
// cypress/plugins/index.js
50
50
module.exports= (on, config) => {
51
51
// optional: register cypress-grep plugin code
52
-
// https://github.com/bahmutov/cypress-grep
52
+
// https://github.com/cypress-io/cypress-grep
53
53
require('cypress-grep/src/plugin')(config)
54
54
// make sure to return the config object
55
55
// as it might have been modified by the plugin
@@ -92,7 +92,7 @@ $ npx cypress run --env grepUntagged=true
92
92
93
93
## Videos
94
94
95
-
Watch the video [intro to cypress-grep](https://www.youtube.com/watch?v=HS-Px-Sghd8) which shows how this repository tags tests, uses [cypress-grep](https://github.com/bahmutov/cypress-grep) plugin, and sets up the TypeScript intelligent code completion.
95
+
Watch the video [intro to cypress-grep](https://www.youtube.com/watch?v=HS-Px-Sghd8) which shows how this repository tags tests, uses [cypress-grep](https://github.com/cypress-io/cypress-grep) plugin, and sets up the TypeScript intelligent code completion.
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.
0 commit comments