@sentinelqa/playwright-reporter 0.1.20 → 0.1.21
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/dist/reporter.js +1 -1
- package/package.json +4 -4
package/dist/reporter.js
CHANGED
|
@@ -82,7 +82,7 @@ class SentinelReporter {
|
|
|
82
82
|
console.log("");
|
|
83
83
|
console.log(` ${magenta("★ If this reporter helped you debug faster,")}`);
|
|
84
84
|
console.log(` ${dim("consider starring the project:")}`);
|
|
85
|
-
console.log(` ${cyan(formatTerminalLink("https://github.com/
|
|
85
|
+
console.log(` ${cyan(formatTerminalLink("https://github.com/adnangradascevic/playwright-reporter", "https://github.com/adnangradascevic/playwright-reporter"))}`);
|
|
86
86
|
}
|
|
87
87
|
async onEnd() {
|
|
88
88
|
const hasSentinelToken = Boolean(process.env.SENTINEL_TOKEN);
|
package/package.json
CHANGED
|
@@ -1,16 +1,16 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@sentinelqa/playwright-reporter",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.21",
|
|
4
4
|
"private": false,
|
|
5
5
|
"description": "Playwright reporter for CI debugging with optional Sentinel cloud dashboards",
|
|
6
6
|
"license": "MIT",
|
|
7
7
|
"repository": {
|
|
8
8
|
"type": "git",
|
|
9
|
-
"url": "https://github.com/
|
|
9
|
+
"url": "https://github.com/adnangradascevic/playwright-reporter.git"
|
|
10
10
|
},
|
|
11
|
-
"homepage": "https://github.com/
|
|
11
|
+
"homepage": "https://github.com/adnangradascevic/playwright-reporter#readme",
|
|
12
12
|
"bugs": {
|
|
13
|
-
"url": "https://github.com/
|
|
13
|
+
"url": "https://github.com/adnangradascevic/playwright-reporter/issues"
|
|
14
14
|
},
|
|
15
15
|
"keywords": [
|
|
16
16
|
"sentinelqa",
|