testilo 14.0.0 → 14.0.1

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "testilo",
3
- "version": "14.0.0",
3
+ "version": "14.0.1",
4
4
  "description": "Prepares and processes Testaro reports",
5
5
  "main": "aim.js",
6
6
  "scripts": {
package/script.js CHANGED
@@ -109,6 +109,7 @@ exports.script = (id, issues = null, ... issueIDs) => {
109
109
  }
110
110
  else if (toolID === 'testaro') {
111
111
  toolAct.withItems = true;
112
+ toolAct.stopOnFail = false;
112
113
  }
113
114
  else if (toolID === 'wave') {
114
115
  toolAct.reportType = 4;
package/scripts/ts31.json CHANGED
@@ -44,7 +44,8 @@
44
44
  {
45
45
  "type": "test",
46
46
  "which": "testaro",
47
- "withItems": true
47
+ "withItems": true,
48
+ "stopOnFail": false
48
49
  },
49
50
  {
50
51
  "type": "test",