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
Copy file name to clipboardExpand all lines: README.md
+9-1
Original file line number
Diff line number
Diff line change
@@ -16,6 +16,8 @@ Cypress interactive cli prompts to select and run specs, tests or tags.
16
16
#### Table of Contents
17
17
18
18
-[Installation](#installation)
19
+
-[@bahmutov/cy-grep](#@bahmutov/cy-grep)
20
+
-[@cypress/grep](#@cypress/grep)
19
21
-[Run mode](#run-mode)
20
22
-[Keyboard controls](#keyboard-controls)
21
23
-[Test titles or tags](#test-titles-or-tags)
@@ -39,14 +41,20 @@ Cypress interactive cli prompts to select and run specs, tests or tags.
39
41
npm install --save-dev cypress-cli-select
40
42
```
41
43
42
-
In order to run specific tests by their title, install the following plugin:
44
+
### `@bahmutov/cy-grep`
45
+
46
+
In order to run specific tests by their title or tag, install the following plugin:
43
47
44
48
```sh
45
49
npm install --save-dev @bahmutov/cy-grep
46
50
```
47
51
48
52
Follow the installation and setup for `@bahmutov/cy-grep` in the project [README](https://github.com/bahmutov/cy-grep)
49
53
54
+
### `@cypress/grep`
55
+
56
+
If you use `@cypress/grep`, you can use this package for specs **or** tag selection, but this package uses functionality not currently supported by `@cypress/grep` to allow for other uses.
0 commit comments