@sentinelqa/playwright-reporter 0.1.56 → 0.1.57
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 -26
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -74,32 +74,6 @@ This project is intentionally heuristic-driven (not “AI guesses”) for root-c
|
|
|
74
74
|
|
|
75
75
|
Sentinel behavior is controlled by `SENTINEL_MODE`.
|
|
76
76
|
|
|
77
|
-
## Pricing Tiers (How This Maps)
|
|
78
|
-
|
|
79
|
-
- **Community (Open Source)**
|
|
80
|
-
- “Everything local”: generate the same report UI fully offline, no upload required.
|
|
81
|
-
- “Bring your own storage + DB”: artifacts and metadata stay in your VPC (S3/GCS + Postgres).
|
|
82
|
-
- “Deterministic root-cause clustering”: same grouping logic as the hosted product, no AI guessing.
|
|
83
|
-
- “No limits”: unlimited runs because you own infra.
|
|
84
|
-
- “Security posture”: secrets masking happens before anything leaves your environment (and in offline, nothing leaves).
|
|
85
|
-
- Share links are optional: run in hosted mode when you want a public URL, or offline mode for zero egress.
|
|
86
|
-
|
|
87
|
-
- **Personal ($0)**
|
|
88
|
-
- “Zero setup”: install + run, auto-upload on failures.
|
|
89
|
-
- “Share links for PRs”: reviewers open a read-only report without reproducing locally.
|
|
90
|
-
- “Retention”: keep enough history to see patterns (200 runs / 14 days).
|
|
91
|
-
- “Safe-by-default”: automatic secret masking before upload.
|
|
92
|
-
- “Works with shards”: parallel jobs still collapse into root-cause clusters.
|
|
93
|
-
|
|
94
|
-
- **Pro ($50/mo)**
|
|
95
|
-
- “Stop repeating fixes”: recurring failure tracking across commits (first seen, frequency, impact).
|
|
96
|
-
- “Compare runs”: last known good vs now, isolate what changed.
|
|
97
|
-
- “Team workflow”: shared workspace, multiple projects, roles.
|
|
98
|
-
- “High volume”: 10,000 run history and longer retention.
|
|
99
|
-
- “Faster decision making”: regressions vs flakes becomes obvious (trend + history).
|
|
100
|
-
|
|
101
|
-
The reporter package works in all tiers; the difference is where reports live and how much history you get.
|
|
102
|
-
|
|
103
77
|
### Hosted Mode (Default)
|
|
104
78
|
|
|
105
79
|
Do nothing. Sentinel uploads and prints a share link when failures happen.
|