testilo 42.1.0 → 42.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 +0 -4
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -215,7 +215,6 @@ Here is a script:
215
215
  timeLimit: 80,
216
216
  creationTimeStamp: ''
217
217
  executionTimeStamp: '',
218
- sendReportTo: 'https://abccorp.com/api/report',
219
218
  target: {
220
219
  what: '',
221
220
  url: ''
@@ -262,7 +261,6 @@ A script has several properties that specify facts about the jobs to be created.
262
261
  - `device`: This specifies the ID of a device and properties that each new browser context (window) will have that correspond to that device. The permitted devices are those (about 125 in number) [recognized by Playwright](https://github.com/microsoft/playwright/blob/main/packages/playwright-core/src/server/deviceDescriptorsSource.json), as well as `'default'`.
263
262
  - `browserID`: This specifies the default browser type (`'chromium'`, `'firefox'`, or `'webkit'`) of the job.
264
263
  - `creationTimeStamp` and `executionTimeStamp`: These properties will have values assigned to them when jobs are created from the script.
265
- - `sendReportTo`: This is a URL that Testaro is to send its job reports to, or `''` if the jobs will not be network jobs.
266
264
  - `target`: This object contains blank `url` and `what` properties, which will be populated each time the script is converted to a job.
267
265
  - `sources.script`: This preserves the ID of the script. The `id` property may be revised to a job ID when the script is converted to a job.
268
266
  - `sources.requester`: This is the email address to which a message announcing the completion of the job is to be sent, if any.
@@ -376,7 +374,6 @@ When the `script` module creates a script for you, it does not ask you for all o
376
374
  - `browserID`: `'webkit'`
377
375
  - `lowMotion`: `false`
378
376
  - `timeLimit`: 50 plus 30 per tool
379
- - `sendReportTo`: `process.env.SEND_REPORT_TO`, or `''` if none
380
377
  - `sources.id`: script ID
381
378
  - `sources.requester`: `''`
382
379
  - test acts: `launch` = {}
@@ -480,7 +477,6 @@ Thus, a report produced by Testaro contains these properties:
480
477
  - `timeLimit`
481
478
  - `standard`
482
479
  - `observe`
483
- - `sendReportTo`
484
480
  - `timeStamp`
485
481
  - `acts`
486
482
  - `sources`
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "testilo",
3
- "version": "42.1.0",
3
+ "version": "42.1.1",
4
4
  "description": "Prepares Testaro jobs and processes Testaro reports",
5
5
  "main": "call.js",
6
6
  "scripts": {