testilo 42.0.0 → 42.1.0

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 (3) hide show
  1. package/README.md +1 -1
  2. package/package.json +1 -1
  3. package/script.js +0 -1
package/README.md CHANGED
@@ -359,7 +359,7 @@ The second form will create a script that prescribes tests for all the rules of
359
359
 
360
360
  The third form will create a script that prescribes tests for all the rules classified by the named issue-classification file into any of the specified issues.
361
361
 
362
- In this statement, replace `id` with an ID for the script, such as `headings1`, consisting of ASCII alphanumeric characters, or with `''` if you want Testilo to create an ID. Replace `what` with a string describing the script, or with `''` if you want Testilo to create a generic description. Replace `device` with a valid device ID.
362
+ In this statement, replace `id` with an ID for the script, such as `headings1`, consisting of ASCII alphanumeric characters, or with `''` if you want Testilo to create an ID. Replace `what` with a string describing the script, or with `''` if you want Testilo to create a generic description. Replace `deviceID` with a valid device ID.
363
363
 
364
364
  The `call` module will retrieve the named classification, if any.
365
365
  The `script` module will create a script.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "testilo",
3
- "version": "42.0.0",
3
+ "version": "42.1.0",
4
4
  "description": "Prepares Testaro jobs and processes Testaro reports",
5
5
  "main": "call.js",
6
6
  "scripts": {
package/script.js CHANGED
@@ -161,7 +161,6 @@ exports.script = (id, what, deviceID, options = {}) => {
161
161
  timeLimit: Math.round(50 + 30 * Object.keys(toolsRulesData).length),
162
162
  creationTimeStamp: '',
163
163
  executionTimeStamp: '',
164
- sendReportTo: process.env.SEND_REPORT_TO || '',
165
164
  target: {
166
165
  what: '',
167
166
  url: ''