Skip to content

Instantly share code, notes, and snippets.

@dalailomo
Created November 29, 2017 11:38
Show Gist options
  • Save dalailomo/3c71bc66b9c1ec5ebf53fb3226b164bc to your computer and use it in GitHub Desktop.
Save dalailomo/3c71bc66b9c1ec5ebf53fb3226b164bc to your computer and use it in GitHub Desktop.
behat phantomjs config yml
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