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.
Files changed (2) hide show
  1. package/README.md +4 -3
  2. 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:abcpw
843
- NETWATCH_URL_0_OBSERVE=http://localhost:3000/api/granular/agentabc:abcpw
844
- NETWATCH_URL_0_REPORT=http://localhost:3000/api/takeReport/agentabc:abcpw
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
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "testaro",
3
- "version": "55.0.2",
3
+ "version": "55.0.3",
4
4
  "description": "Run 1000 web accessibility tests from 11 tools and get a standardized report",
5
5
  "main": "index.js",
6
6
  "scripts": {