cypress-plugin-grep-boxes 2.0.0 → 2.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
  A companion Cypress plugin for <code>cy-grep</code> that allows user to run specific test(s) in <code>open</code> mode.
7
7
  </p>
8
8
 
9
- ![Cypress-plugin-grep-boxes](./assets/cy-grep-boxes-demo.gif)
9
+ ![cy-grep-boxes-demo](https://github.com/user-attachments/assets/5845963d-32a0-49a6-99be-3b81ca7d6f29)
10
10
 
11
11
  ## Features
12
12
 
@@ -73,7 +73,8 @@ Within each spec in Cypress `open` mode:
73
73
  - You can select any given number of individual test(s) and click the filter toggle located on the reporter above
74
74
  - You can click on any available tag and run only tests in the spec with the respective tag
75
75
 
76
- ![Cypress grep-boxes within UI mode](./assets/grep-boxes-ui.png)
76
+ <img width="295" height="182" alt="grep-boxes-ui" src="https://github.com/user-attachments/assets/fad9ebc9-e417-41aa-9f31-519855113d17" />
77
+
77
78
 
78
79
  ### Use Required Test Tags Instead Of Skipping Tests
79
80
 
@@ -104,7 +105,8 @@ Cypress Test Runner UI automatically runs available tests once a spec file is op
104
105
 
105
106
  To prevent this behavior to have control of when and which tests to run, add the environment variable `disableInitialAutoRun=true`:
106
107
 
107
- ![disableInitialAutoRun Demo](./assets/disableInitialAutoRun_demo.gif)
108
+ ![disableInitialAutoRun_demo](https://github.com/user-attachments/assets/95fc4807-847b-432e-9b03-dc4fbe9f955a)
109
+
108
110
 
109
111
  ```bash
110
112
  # Example via CLI
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "cypress-plugin-grep-boxes",
3
- "version": "2.0.0",
3
+ "version": "2.0.1",
4
4
  "description": "Cypress plugin that allows user to run specific tests in open mode.",
5
5
  "main": "./index.js",
6
6
  "keywords": [
Binary file
Binary file