testaro 59.2.9 → 59.2.10

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/run.js +1 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "testaro",
3
- "version": "59.2.9",
3
+ "version": "59.2.10",
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/run.js CHANGED
@@ -288,7 +288,7 @@ const launch = exports.launch = async (
288
288
  },
289
289
  headless: ! debug,
290
290
  slowMo: waits || 0,
291
- args: ['--disable-dev-shm-usage']
291
+ ...(browserID === 'chromium' && {args: ['--disable-dev-shm-usage']})
292
292
  };
293
293
  try {
294
294
  // Replace the browser with a new one.