Skip to content

Commit 414ae18

Browse files
Dennis BergevinDennis Bergevin
Dennis Bergevin
authored and
Dennis Bergevin
committed
upgrade version and remove assets gifs
1 parent 0004558 commit 414ae18

8 files changed

+55
-43
lines changed

README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
Cypress interactive cli prompts to select and run specs, tests or tags.
77
</p>
88

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)
1010

1111
## Features
1212

@@ -98,7 +98,7 @@ npx cypress-cli-select run --component --browser=chrome
9898

9999
If [@bahmutov/cy-grep](https://github.com/bahmutov/cy-grep) package is installed in your project, test titles and tags are available to select.
100100

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)
102102

103103
---
104104

@@ -110,7 +110,7 @@ To open the cli help menu, pass the `--help` flag:
110110
npx cypress-cli-select run --help
111111
```
112112

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)
114114

115115
---
116116

@@ -134,7 +134,7 @@ npx cypress-cli-select run --choose-spec-pattern
134134
| <kbd>Shift</kbd> + <kbd>⬇</kbd> | Reorder current down |
135135
| <kbd>Enter</kbd> | Confirm order |
136136

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)
138138

139139
---
140140

assets/choose-spec-pattern-demo.gif

-184 KB
Binary file not shown.
-751 KB
Binary file not shown.

assets/run-help.gif

-106 KB
Binary file not shown.

assets/run-spec-tag.gif

-171 KB
Binary file not shown.

assets/run-spec-title.gif

-987 KB
Binary file not shown.

package-lock.json

+45-33
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+6-6
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cypress-cli-select",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"description": "A Cypress cli prompt to select and run specs, tests or tags",
55
"main": "index.js",
66
"bin": {
@@ -34,11 +34,11 @@
3434
},
3535
"homepage": "https://github.com/dennisbergevin/cypress-cli-select#readme",
3636
"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",
4242
"inquirer-select-pro": "^1.0.0-alpha.9",
4343
"picocolors": "^1.1.1",
4444
"yargs": "^17.7.2"

0 commit comments

Comments
 (0)