@testomatio/reporter 0.7.2-beta.1 → 0.7.2

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/lib/xmlReader.js +1 -1
  2. package/package.json +1 -1
package/lib/xmlReader.js CHANGED
@@ -414,7 +414,7 @@ function reduceTestCases(prev, item) {
414
414
  if (!message) message = stack.trim().split('\n')[0];
415
415
 
416
416
  // prepend system output
417
- stack = `${testCaseItem['system-out'] || testCaseItem['output'] || testCaseItem.log || ''}\n\n${stack}`.trim()
417
+ stack = `${testCaseItem['system-out'] || testCaseItem.output || testCaseItem.log || ''}\n\n${stack}`.trim()
418
418
 
419
419
  prev.push({
420
420
  create: true,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@testomatio/reporter",
3
- "version": "0.7.2-beta.1",
3
+ "version": "0.7.2",
4
4
  "description": "Testomatio Reporter Client",
5
5
  "main": "./lib/reporter.js",
6
6
  "repository": "git@github.com:testomatio/reporter.git",