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 +2 -2
- package/package.json +1 -1
- package/tests/qualWeb.js +2 -2
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
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:
|