testaro 55.0.2 → 55.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 +4 -3
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -839,9 +839,10 @@ You may store environment variables in an untracked `.env` file if you wish, and
|
|
|
839
839
|
AGENT=agentabc
|
|
840
840
|
DEBUG=false
|
|
841
841
|
JOBDIR=../testing/jobs
|
|
842
|
-
NETWATCH_URL_0_JOB=http://localhost:3000/api/assignJob/agentabc
|
|
843
|
-
NETWATCH_URL_0_OBSERVE=http://localhost:3000/api/granular/agentabc
|
|
844
|
-
NETWATCH_URL_0_REPORT=http://localhost:3000/api/takeReport/agentabc
|
|
842
|
+
NETWATCH_URL_0_JOB=http://localhost:3000/api/assignJob/agentabc
|
|
843
|
+
NETWATCH_URL_0_OBSERVE=http://localhost:3000/api/granular/agentabc
|
|
844
|
+
NETWATCH_URL_0_REPORT=http://localhost:3000/api/takeReport/agentabc
|
|
845
|
+
NETWATCH_URL_0_AUTH=abcxyz
|
|
845
846
|
NETWATCH_URLS=0
|
|
846
847
|
PUPPETEER_DISABLE_HEADLESS_WARNING=true
|
|
847
848
|
REPORTDIR=../testing/reports
|