@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.
Files changed (2) hide show
  1. package/README.md +0 -20
  2. 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,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sentinelqa/playwright-reporter",
3
- "version": "0.1.7",
3
+ "version": "0.1.9",
4
4
  "private": false,
5
5
  "description": "Playwright reporter for CI debugging with optional Sentinel cloud dashboards",
6
6
  "license": "MIT",