Skip to content

Instantly share code, notes, and snippets.

View rajeshtaneja's full-sized avatar

Rajesh Taneja rajeshtaneja

View GitHub Profile
@rajeshtaneja
rajeshtaneja / config
Created June 18, 2014 06:21
Behat config for phantomjs and chrome.
Add following to $CFG->behat_config
'phantomjs' => array(
'filters' => array(
'tags' => '~@_switch_window&&~@_file_upload&&~@_alert&&~@_bug_phantomjs&&@javascript'
),
'extensions' => array(
'Behat\MinkExtension\Extension' => array(
'selenium2' => array(
'browser' => 'phantomjs',