testaro 62.1.0 → 63.0.0

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/aceconfig.js CHANGED
@@ -1,5 +1,6 @@
1
1
  /*
2
2
  © 2021–2025 CVS Health and/or one of its affiliates. All rights reserved.
3
+ © 2025 Jonathan Robert Pool.
3
4
 
4
5
  Licensed under the MIT License. See LICENSE file at the project root or
5
6
  https://opensource.org/license/mit/ for details.
@@ -22,6 +23,5 @@ module.exports = {
22
23
  'recommendation'
23
24
  ],
24
25
  cacheFolder: tmpDir,
25
- outputFolder: tmpDir,
26
- puppeteerArgs: ['--no-sandbox', '--disable-setuid-sandbox']
26
+ outputFolder: tmpDir
27
27
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "testaro",
3
- "version": "62.1.0",
3
+ "version": "63.0.0",
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
@@ -1,5 +1,6 @@
1
1
  /*
2
2
  © 2023–2024 CVS Health and/or one of its affiliates. All rights reserved.
3
+ © 2025 Jonathan Robert Pool.
3
4
 
4
5
  Licensed under the MIT License. See LICENSE file at the project root or
5
6
  https://opensource.org/license/mit/ for details.
@@ -45,8 +46,7 @@ exports.reporter = async (page, report, actIndex, timeLimit) => {
45
46
  try {
46
47
  // Start the QualWeb core engine.
47
48
  await qualWeb.start(clusterOptions, {
48
- headless: true,
49
- args: ['--no-sandbox', '--disable-setuid-sandbox']
49
+ headless: true
50
50
  });
51
51
  }
52
52
  // If the start fails: