qase-javascript-commons 2.4.17 → 2.4.18

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/changelog.md CHANGED
@@ -1,3 +1,9 @@
1
+ # qase-javascript-commons@2.4.18
2
+
3
+ ## What's new
4
+
5
+ Fixed issue with incorrect link to failed test in the console output.
6
+
1
7
  # qase-javascript-commons@2.4.17
2
8
 
3
9
  ## What's new
@@ -181,7 +181,7 @@ class TestOpsReporter extends abstract_reporter_1.AbstractReporter {
181
181
  if (!this.runId) {
182
182
  throw new Error('Run ID is not set');
183
183
  }
184
- const baseLink = `${this.baseUrl}/run/${this.projectCode}/dashboard/${this.runId}?source=logs&status=%5B2%5D&search=`;
184
+ const baseLink = `${this.baseUrl}/run/${this.projectCode}/dashboard/${this.runId}?source=logs&search=`;
185
185
  if (id) {
186
186
  return `${baseLink}${this.projectCode}-${id}`;
187
187
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "qase-javascript-commons",
3
- "version": "2.4.17",
3
+ "version": "2.4.18",
4
4
  "description": "Qase JS Reporters",
5
5
  "main": "./dist/index.js",
6
6
  "types": "./dist/index.d.ts",