@sentinelqa/playwright-reporter 0.1.32 → 0.1.33

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
@@ -1,6 +1,6 @@
1
1
  # Playwright Reporter
2
2
 
3
- After every failed run, Sentinel prints a shareable debugging link:
3
+ After every failed run, reporter prints a shareable debugging link:
4
4
 
5
5
  👉 https://sentinelqa.com/run/abc123
6
6
 
package/dist/reporter.js CHANGED
@@ -63,7 +63,8 @@ class SentinelReporter {
63
63
  artifactDirs: this.options.artifactDirs || [],
64
64
  suppressSummaryJson: true,
65
65
  env: {
66
- SENTINEL_REPORTER_PROJECT: this.options.project || undefined
66
+ SENTINEL_REPORTER_PROJECT: this.options.project || undefined,
67
+ SENTINEL_REPORTER_SILENT: "1"
67
68
  }
68
69
  });
69
70
  if (upload.exitCode !== 0) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sentinelqa/playwright-reporter",
3
- "version": "0.1.32",
3
+ "version": "0.1.33",
4
4
  "private": false,
5
5
  "description": "Playwright reporter for CI debugging with optional Sentinel cloud dashboards",
6
6
  "license": "MIT",