testilo 39.1.0 → 39.1.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.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -383,7 +383,7 @@ When the `script` module creates a script for you, it does not ask you for all o
383
383
  - `sources.id`: script ID
384
384
  - `sources.requester`: `process.env.REQUESTER`, or `''` if none
385
385
  - `axe` test act: `detailLevel` = 2
386
- - `ibm` test act: `withItems` = `true`, `withNewContent` = `false`
386
+ - `ibm` test act: `withItems` = `true`, `withNewContent` = `true`
387
387
  - `qualWeb` test act: `withNewContent` = `false`
388
388
  - `testaro` test act: `withItems` = true, `stopOnFail` = `false`
389
389
  - `wave` test act: `reportType` = 4
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "testilo",
3
- "version": "39.1.0",
3
+ "version": "39.1.1",
4
4
  "description": "Prepares Testaro jobs and processes Testaro reports",
5
5
  "main": "call.js",
6
6
  "scripts": {