@sentinelqa/playwright-reporter 0.1.42 → 0.1.44

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 +1 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  After every failed run, reporter prints a shareable debugging link:
4
4
 
5
- 👉 https://sentinelqa.com/run/abc123
5
+ Sample run: https://app.sentinelqa.com/share/run/9iT2dC8sLRhuaQ2rU_pn81m_y6BTPSetjOgEL0KKLhE
6
6
 
7
7
  Open it to inspect failures instantly or share it in Slack, PRs, or GitHub issues.
8
8
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sentinelqa/playwright-reporter",
3
- "version": "0.1.42",
3
+ "version": "0.1.44",
4
4
  "private": false,
5
5
  "description": "Playwright reporter for CI debugging with optional Sentinel cloud dashboards",
6
6
  "license": "MIT",