testaro 4.2.0 → 4.2.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 +2 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -66,6 +66,7 @@ Some of the dependencies of Testaro are published as Github packages. Installing
|
|
|
66
66
|
//npm.pkg.github.com/:username=abc
|
|
67
67
|
//npm.pkg.github.com/:_authToken=xyz
|
|
68
68
|
```
|
|
69
|
+
|
|
69
70
|
Once you have done that, you can install Testaro as you would install any `npm` package.
|
|
70
71
|
|
|
71
72
|
## Payment
|
|
@@ -489,6 +490,7 @@ When the API receives the reports, it can dispose of them as desired. Each repor
|
|
|
489
490
|
- `jobID`
|
|
490
491
|
- `timeStamp`
|
|
491
492
|
- `id`
|
|
493
|
+
|
|
492
494
|
The `jobID` property can be used for an association between each report and the job that it arose from. The `timeStamp` property can be used for an association of all the reports in a batched job. And the `id` property (which begins with the time stamp) is unique to each report.
|
|
493
495
|
|
|
494
496
|
In order to make network watching possible, you must define these environment variables:
|
|
@@ -603,7 +605,6 @@ Further development is contemplated, is taking place, or is welcomed, on:
|
|
|
603
605
|
- autocomplete attributes
|
|
604
606
|
- inclusion of other test packages, such as:
|
|
605
607
|
- FAE (https://github.com/opena11y/evaluation-library)
|
|
606
|
-
- Tenon
|
|
607
608
|
|
|
608
609
|
## Corrections
|
|
609
610
|
|