Skip to content

Instantly share code, notes, and snippets.

@bethrezen
Created September 22, 2017 09:07
Show Gist options
  • Select an option

  • Save bethrezen/f5915812e59637454968a998283f47ed to your computer and use it in GitHub Desktop.

Select an option

Save bethrezen/f5915812e59637454968a998283f47ed to your computer and use it in GitHub Desktop.
class_name: AcceptanceTester
modules:
enabled:
- Yii2
- WebDriver
config:
Yii2:
part: [orm, fixtures, email]
entryScript: index-test.php
cleanup: false
WebDriver:
url: http://localhost:8080/
browser: chrome
port: 9515 # ChromeDriver port
window_size: 1344x768
capabilities:
chromeOptions:
args: ["--headless", "--disable-gpu", "window-size=1344x768"]
env:
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment