We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e1a64ea commit e6ea97aCopy full SHA for e6ea97a
1 file changed
ui/mock/Gruntfile.js
@@ -12,6 +12,7 @@
12
* information: "Portions copyright [year] [name of copyright owner]".
13
*
14
* Copyright 2016 ForgeRock AS.
15
+ * Portions copyright 2020-2025 3A Systems LLC.
16
*/
17
18
module.exports = function (grunt) {
@@ -85,7 +86,9 @@ module.exports = function (grunt) {
85
86
args: [
87
"--headless=new",
88
"--allow-file-access-from-files",
- "--disable-dev-shm-usage"
89
+ "--disable-dev-shm-usage",
90
+ "--no-sandbox",
91
+ "--disable-setuid-sandbox"
92
]
93
}
94
@@ -118,7 +121,7 @@ module.exports = function (grunt) {
118
121
notify_hooks: {
119
122
options: {
120
123
enabled: true,
- title: "ForgeRock UI QUnit Tests"
124
+ title: "UI QUnit Tests"
125
126
},
127
/**
0 commit comments