testaro 55.0.1 → 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 -4
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -838,11 +838,11 @@ You may store environment variables in an untracked `.env` file if you wish, and
838
838
  ```conf
839
839
  AGENT=agentabc
840
840
  DEBUG=false
841
- JOB_URLs=https://yourserver.tld/job/AgentABC:abcSecretX+http://localhost:3004/testapp?agent=AgentABC:AuthABC33
842
841
  JOBDIR=../testing/jobs
843
- NETWATCH_URL_0_JOB=http://localhost:3000/api/assignJob/agentabc:abcpw
844
- NETWATCH_URL_0_OBSERVE=http://localhost:3000/api/granular/agentabc:abcpw
845
- 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
846
846
  NETWATCH_URLS=0
847
847
  PUPPETEER_DISABLE_HEADLESS_WARNING=true
848
848
  REPORTDIR=../testing/reports
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "testaro",
3
- "version": "55.0.1",
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": {