@sentinelqa/playwright-reporter 0.1.7 → 0.1.9
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 +0 -20
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -83,26 +83,6 @@ Artifacts Collected
|
|
|
83
83
|
Local Debug Page OR Sentinel Cloud
|
|
84
84
|
```
|
|
85
85
|
|
|
86
|
-
## Terminal output
|
|
87
|
-
|
|
88
|
-
Local mode prints one summary per run:
|
|
89
|
-
|
|
90
|
-
```text
|
|
91
|
-
✔ Artifacts collected
|
|
92
|
-
✔ Sentinel debugging report generated
|
|
93
|
-
|
|
94
|
-
Report location:
|
|
95
|
-
./sentinel-report/index.html
|
|
96
|
-
|
|
97
|
-
Optional:
|
|
98
|
-
Upload runs to Sentinel Cloud for:
|
|
99
|
-
• CI history
|
|
100
|
-
• shareable run links
|
|
101
|
-
• AI failure summaries
|
|
102
|
-
|
|
103
|
-
Learn more: https://sentinelqa.com
|
|
104
|
-
```
|
|
105
|
-
|
|
106
86
|
## Optional: Sentinel Cloud
|
|
107
87
|
|
|
108
88
|
If you want to persist CI runs and share debugging links with your team,
|