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
- <img src="./assets/run-spec-title.gif" alt="Cypress-cli-select demo" loop=infinite>
9
+ ![Cypress-cli-select title demo](https://vhs.charm.sh/vhs-4IXigecxVDqJ1jqTiKID8k.gif)
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
- <img src="./assets/run-spec-tag.gif" alt="Cypress-cli-select tag selection" loop=infinite>
101
+ ![Cypress-cli-select tag demo](https://vhs.charm.sh/vhs-1cBa8rxnio9AWN8NfTHyT8.gif)
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
- <img src="./assets/run-help.gif" alt="Cypress-cli-select help menu" loop=infinite>
113
+ ## ![Cypress-cli-select help menu demo](https://vhs.charm.sh/vhs-1TbXR4wdsPSpS5tHYb1MYT.gif)
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
- <img src="./assets/choose-spec-pattern-demo.gif" alt="Cypress-cli-select choose-spec-pattern demo" loop=infinite>
137
+ ## ![Cypress-cli-select choose-spec-pattern demo](https://vhs.charm.sh/vhs-7iM6ixkI7qO1dmFziW1c3D.gif)
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.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.5",
38
- "@inquirer/core": "^10.1.2",
39
- "find-cypress-specs": "^1.47.0",
40
- "find-test-names": "^1.29.2",
41
- "fuse.js": "^7.0.0",
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
Binary file
Binary file