testilo 42.0.0 → 42.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/README.md +1 -1
- package/package.json +1 -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 `
|
|
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.
|