Skip to content
Snippets Groups Projects
Verified Commit 06cadaac authored by Volker Schukai's avatar Volker Schukai :alien:
Browse files

fix: wip web tests

parent ca681a75
No related branches found
No related tags found
No related merge requests found
......@@ -127,6 +127,10 @@
fi
cd ''${CI_PROJECT_DIR} || exit 1
## chrome should not use bus address
unset DBUS_SESSION_BUS_ADDRESS
'';
};
};
......
......@@ -34,7 +34,9 @@ if (!config.browser) {
args: ["--disable-gpu",
'--no-sandbox',
'--disable-setuid-sandbox',
'--user-data-dir=/tmp'
'--user-data-dir=/tmp',
'--enable-logging=stderr',
'--v=1'
],
userAgent: 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/64.0.3282.140 Safari/537.36',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment