Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Monster
Manage
Activity
Members
Plan
Jira
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
OSS
Libraries
Javascript
Monster
Commits
06cadaac
Verified
Commit
06cadaac
authored
11 months ago
by
Volker Schukai
Browse files
Options
Downloads
Patches
Plain Diff
fix: wip web tests
parent
ca681a75
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
flake.nix
+4
-0
4 additions, 0 deletions
flake.nix
test/web/puppeteer.mjs
+3
-1
3 additions, 1 deletion
test/web/puppeteer.mjs
with
7 additions
and
1 deletion
flake.nix
+
4
−
0
View file @
06cadaac
...
...
@@ -127,6 +127,10 @@
fi
cd
''$
{CI_PROJECT_DIR} || exit 1
## chrome should not use bus address
unset DBUS_SESSION_BUS_ADDRESS
''
;
};
};
...
...
This diff is collapsed.
Click to expand it.
test/web/puppeteer.mjs
+
3
−
1
View file @
06cadaac
...
...
@@ -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
'
,
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment