testaro 58.3.1 → 58.3.2

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/package.json +1 -1
  2. package/tests/qualWeb.js +2 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "testaro",
3
- "version": "58.3.1",
3
+ "version": "58.3.2",
4
4
  "description": "Run 1000 web accessibility tests from 11 tools and get a standardized report",
5
5
  "main": "index.js",
6
6
  "scripts": {
package/tests/qualWeb.js CHANGED
@@ -62,7 +62,8 @@ exports.reporter = async (page, report, actIndex, timeLimit) => {
62
62
  // Specify the invariant test options.
63
63
  const qualWebOptions = {
64
64
  log: {
65
- console: true
65
+ console: false,
66
+ file: false
66
67
  },
67
68
  crawlOptions: {
68
69
  maxDepth: 0,