Skip to content

Commit

Permalink
add debugging pipe arg
Browse files Browse the repository at this point in the history
  • Loading branch information
solverat committed Feb 11, 2024
1 parent cd6b153 commit 2b23462
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/_envs/github.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ modules:
wait: 1
capabilities:
chromeOptions:
args: ['--no-sandbox', '--disable-extensions', '--headless', '--disable-gpu', '--disable-dev-shm-usage', '--window-size=1280,1024']
args: ['--no-sandbox', '--disable-extensions', '--headless', '--disable-gpu', '--disable-dev-shm-usage', '--window-size=1280,1024', '--remote-debugging-pipe']
prefs:
download.default_directory: '%TEST_BUNDLE_TEST_DIR%/_data/downloads'

0 comments on commit 2b23462

Please sign in to comment.