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

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

|
|
109
|
+
|
|
108
110
|
|
|
109
111
|
```bash
|
|
110
112
|
# Example via CLI
|
package/package.json
CHANGED
|
Binary file
|
|
Binary file
|
|
Binary file
|
package/assets/grep-boxes-ui.png
DELETED
|
Binary file
|