mirror of
https://github.com/humhub/humhub.git
synced 2025-02-24 11:14:00 +01:00
Update configuration for chromedriver
Remove generated files
This commit is contained in:
parent
0e5c904a59
commit
11c53f9be4
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
@ -10,13 +10,14 @@
|
||||
|
||||
class_name: AcceptanceTester
|
||||
modules:
|
||||
enabled:
|
||||
- WebDriver
|
||||
- tests\codeception\_support\WebHelper
|
||||
- tests\codeception\_support\DynamicFixtureHelper
|
||||
config:
|
||||
WebDriver:
|
||||
url: http://localhost:8080/
|
||||
browser: firefox
|
||||
window_size: 1024x768
|
||||
lang: en
|
||||
enabled:
|
||||
- WebDriver:
|
||||
url: 'http://localhost:8080/'
|
||||
window_size: false # disabled in ChromeDriver
|
||||
port: 9515
|
||||
browser: chrome
|
||||
capabilities:
|
||||
chromeOptions:
|
||||
args: ['--headless', '--disable-gpu', '--no-sandbox']
|
||||
- tests\codeception\_support\WebHelper
|
||||
- tests\codeception\_support\DynamicFixtureHelper
|
Loading…
x
Reference in New Issue
Block a user