Skip to content

Commit e6ea97a

Browse files
authored
Fix UI tests with Puppeteer in Linux (#134)
1 parent e1a64ea commit e6ea97a

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

ui/mock/Gruntfile.js

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
* information: "Portions copyright [year] [name of copyright owner]".
1313
*
1414
* Copyright 2016 ForgeRock AS.
15+
* Portions copyright 2020-2025 3A Systems LLC.
1516
*/
1617

1718
module.exports = function (grunt) {
@@ -85,7 +86,9 @@ module.exports = function (grunt) {
8586
args: [
8687
"--headless=new",
8788
"--allow-file-access-from-files",
88-
"--disable-dev-shm-usage"
89+
"--disable-dev-shm-usage",
90+
"--no-sandbox",
91+
"--disable-setuid-sandbox"
8992
]
9093
}
9194
}
@@ -118,7 +121,7 @@ module.exports = function (grunt) {
118121
notify_hooks: {
119122
options: {
120123
enabled: true,
121-
title: "ForgeRock UI QUnit Tests"
124+
title: "UI QUnit Tests"
122125
}
123126
},
124127
/**

0 commit comments

Comments
 (0)