testaro 35.0.2 → 35.0.4
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 +5 -3
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -157,8 +157,9 @@ Here is an example of a job:
|
|
|
157
157
|
}
|
|
158
158
|
],
|
|
159
159
|
sources: {
|
|
160
|
-
script: '
|
|
161
|
-
batch: '
|
|
160
|
+
script: 'tp99',
|
|
161
|
+
batch: 'webOrgs',
|
|
162
|
+
lastTarget: false,
|
|
162
163
|
target: {
|
|
163
164
|
id: 'w3c',
|
|
164
165
|
what: 'World Wide Web Consortium',
|
|
@@ -192,8 +193,9 @@ Job properties:
|
|
|
192
193
|
- `sources`: an object describing where the job came from:
|
|
193
194
|
- `script`: the ID of the script (as used by Testilo) from which the job was made, or an empty string if none.
|
|
194
195
|
- `batch` : the ID of the batch (as used by Testilo) from which the target of this job was drawn, or an empty string if none.
|
|
196
|
+
- `lastTarget`: whether the the target was drawn from a batch and is the last target in the batch.
|
|
195
197
|
- `target`: an object whose `id`, `what`, and `which` properties describe the target being tested by this job, or, if there was no batch, have empty strings as values.
|
|
196
|
-
- `requester`: the email address that
|
|
198
|
+
- `requester`: the email address that can receive a notice of completion of the job, or an empty string if no notice is to be sent.
|
|
197
199
|
- `creationTimeStamp`: the date and time in `yymmddThhMM` format when the job was created.
|
|
198
200
|
- `timeStamp`: the date and time in `yymmddThhMM` format before which the job is not to be assigned.
|
|
199
201
|
- `sendReportTo`: the URL to which the report of the job is to be sent, or an empty string if the report is not to be sent to a server.
|