testaro 48.0.2 → 48.0.3
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
|
@@ -814,7 +814,7 @@ The arguments and behaviors described above for execution by a module apply here
|
|
|
814
814
|
|
|
815
815
|
### Environment variables
|
|
816
816
|
|
|
817
|
-
In addition to their uses described above, environment variables can be used by acts of type `
|
|
817
|
+
In addition to their uses described above, environment variables can be used by acts of type `test`, as documented in the `actSpecs.js` file.
|
|
818
818
|
|
|
819
819
|
Before making Testaro run a job, you can optionally also set `DEBUG` (to `'true'` or anything else) and/or `WAITS` (to a non-negative integer). The effects of these variables are described in the `run.js` file.
|
|
820
820
|
|
|
@@ -828,6 +828,7 @@ REPORTDIR=../testing/reports
|
|
|
828
828
|
AGENT=ThisWorkstation
|
|
829
829
|
DEBUG=false
|
|
830
830
|
WAITS=0
|
|
831
|
+
PUPPETEER_DISABLE_HEADLESS_WARNING=true
|
|
831
832
|
```
|
|
832
833
|
|
|
833
834
|
## Validation
|