cypress-cli-select 1.0.0 → 1.0.1
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
CHANGED
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
Cypress interactive cli prompts to select and run specs, tests or tags.
|
|
7
7
|
</p>
|
|
8
8
|
|
|
9
|
-
|
|
9
|
+

|
|
10
10
|
|
|
11
11
|
## Features
|
|
12
12
|
|
|
@@ -98,7 +98,7 @@ npx cypress-cli-select run --component --browser=chrome
|
|
|
98
98
|
|
|
99
99
|
If [@bahmutov/cy-grep](https://github.com/bahmutov/cy-grep) package is installed in your project, test titles and tags are available to select.
|
|
100
100
|
|
|
101
|
-
|
|
101
|
+

|
|
102
102
|
|
|
103
103
|
---
|
|
104
104
|
|
|
@@ -110,7 +110,7 @@ To open the cli help menu, pass the `--help` flag:
|
|
|
110
110
|
npx cypress-cli-select run --help
|
|
111
111
|
```
|
|
112
112
|
|
|
113
|
-
|
|
113
|
+
## 
|
|
114
114
|
|
|
115
115
|
---
|
|
116
116
|
|
|
@@ -134,7 +134,7 @@ npx cypress-cli-select run --choose-spec-pattern
|
|
|
134
134
|
| <kbd>Shift</kbd> + <kbd>⬇</kbd> | Reorder current down |
|
|
135
135
|
| <kbd>Enter</kbd> | Confirm order |
|
|
136
136
|
|
|
137
|
-
|
|
137
|
+
## 
|
|
138
138
|
|
|
139
139
|
---
|
|
140
140
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "cypress-cli-select",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.1",
|
|
4
4
|
"description": "A Cypress cli prompt to select and run specs, tests or tags",
|
|
5
5
|
"main": "index.js",
|
|
6
6
|
"bin": {
|
|
@@ -34,11 +34,11 @@
|
|
|
34
34
|
},
|
|
35
35
|
"homepage": "https://github.com/dennisbergevin/cypress-cli-select#readme",
|
|
36
36
|
"dependencies": {
|
|
37
|
-
"@bahmutov/cy-grep": "^2.0.
|
|
38
|
-
"@inquirer/core": "^10.1.
|
|
39
|
-
"find-cypress-specs": "^1.47.
|
|
40
|
-
"find-test-names": "^1.29.
|
|
41
|
-
"fuse.js": "^7.
|
|
37
|
+
"@bahmutov/cy-grep": "^2.0.14",
|
|
38
|
+
"@inquirer/core": "^10.1.7",
|
|
39
|
+
"find-cypress-specs": "^1.47.7",
|
|
40
|
+
"find-test-names": "^1.29.5",
|
|
41
|
+
"fuse.js": "^7.1.0",
|
|
42
42
|
"inquirer-select-pro": "^1.0.0-alpha.9",
|
|
43
43
|
"picocolors": "^1.1.1",
|
|
44
44
|
"yargs": "^17.7.2"
|
|
Binary file
|
|
Binary file
|
package/assets/run-help.gif
DELETED
|
Binary file
|
package/assets/run-spec-tag.gif
DELETED
|
Binary file
|
|
Binary file
|