Update configuration for chromedriver

Remove generated files
This commit is contained in:
Daniel Kesselberg 2018-01-27 23:21:42 +01:00
parent 0e5c904a59
commit 11c53f9be4
4 changed files with 11 additions and 8733 deletions

View File

@ -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