@empiricalrun/reporter
Advanced tools
Comparing version 0.6.1 to 0.6.2
# @empiricalrun/reporter | ||
## 0.6.2 | ||
### Patch Changes | ||
- 152a0ed: fix: link formats in dashboard sink | ||
## 0.6.1 | ||
@@ -4,0 +10,0 @@ |
@@ -27,3 +27,3 @@ "use strict"; | ||
Test ${results.hasPassed ? "passed" : "failed"}. | ||
View details: ${this.reportSource.reportLink()}}`, | ||
View details: ${this.reportSource.reportLink()}`, | ||
pull_request: this.prLink, | ||
@@ -39,3 +39,3 @@ }; | ||
Test started. | ||
View details: ${this.runLink}}`, | ||
View details: ${this.runLink}`, | ||
pull_request: this.prLink, | ||
@@ -51,3 +51,3 @@ }; | ||
Test failed to run. | ||
View details: ${this.runLink}}`, | ||
View details: ${this.runLink}`, | ||
pull_request: this.prLink, | ||
@@ -59,2 +59,3 @@ }; | ||
async sendTestGenStarted() { | ||
// TODO: fix this | ||
if (this.prLink) { | ||
@@ -64,3 +65,3 @@ const payload = { | ||
Test generation started. | ||
View details: ${this.runLink}}`, | ||
View details: ${this.runLink}`, | ||
pull_request: this.prLink, | ||
@@ -76,3 +77,3 @@ }; | ||
Successfully generated tests. | ||
View details: ${this.prLink}}`, | ||
View details: ${this.prLink}`, | ||
pull_request: this.prLink, | ||
@@ -79,0 +80,0 @@ }; |
@@ -11,3 +11,2 @@ "use strict"; | ||
if (this.parameters.length < 4) { | ||
// github.event.pull_request.number | ||
throw Error("Expected args not found: npx @empiricalrun/reporter test-gen $MESSAGE_TYPE $CUSTOMER_NAME $RUN_ID $REPORT_TYPE $PR_LINK"); | ||
@@ -14,0 +13,0 @@ } |
{ | ||
"name": "@empiricalrun/reporter", | ||
"version": "0.6.1", | ||
"version": "0.6.2", | ||
"publishConfig": { | ||
@@ -5,0 +5,0 @@ "registry": "https://registry.npmjs.org/", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
43602