Created
November 29, 2017 11:38
-
-
Save dalailomo/3c71bc66b9c1ec5ebf53fb3226b164bc to your computer and use it in GitHub Desktop.
behat phantomjs config yml
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
default: | |
suites: | |
default: | |
contexts: | |
- BaseContext | |
- Devinci\DevinciExtension\Context\DebugContext: | |
asset_dump_path: '%paths.base%/asset' | |
- Devinci\DevinciExtension\Context\JavascriptContext: | |
maximum_wait: 30 | |
extensions: | |
Behat\MinkExtension: | |
base_url: 'http://wikipedia.org' | |
chrome_desktop: | |
extensions: | |
Behat\MinkExtension: | |
browser_name: chrome | |
sessions: | |
default: | |
selenium2: | |
browser: phantomjs | |
wd_host: "http://localhost:8643/wd/hub" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment