💚 Set selenium as default for acceptance tests

This commit is contained in:
Daniel Kesselberg 2018-06-02 19:41:04 +02:00
parent 04a6c8cc50
commit 8614cdc6fe

View File

@ -11,15 +11,10 @@
class_name: AcceptanceTester
modules:
enabled:
- WebDriver:
url: 'http://localhost:8080/'
window_size: false # disabled in ChromeDriver
port: 9515
restart: true
browser: chrome
capabilities:
chromeOptions:
args: ['--headless', '--disable-gpu', '--no-sandbox']
- WebDriver
- tests\codeception\_support\WebHelper
config:
WebDriver:
url: 'http://localhost:8080/'
browser: chrome
port: 4444