Skip to content

Commit

Permalink
MDL-39853 behat: Useful info for $CFG->behat_config setting
Browse files Browse the repository at this point in the history
  • Loading branch information
David Monllao committed May 27, 2013
1 parent 73f560c commit ae689a9
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions config-dist.php
Original file line number Diff line number Diff line change
Expand Up @@ -574,6 +574,32 @@
// 'verbose' => false
// )
// )
// ),
// 'Mac-Firefox' => array(
// 'extensions' => array(
// 'Behat\MinkExtension\Extension' => array(
// 'selenium2' => array(
// 'browser' => 'firefox',
// 'capabilities' => array(
// 'platform' => 'OS X 10.6',
// 'version' => 20
// )
// )
// )
// )
// ),
// 'Mac-Safari' => array(
// 'extensions' => array(
// 'Behat\MinkExtension\Extension' => array(
// 'selenium2' => array(
// 'browser' => 'safari',
// 'capabilities' => array(
// 'platform' => 'OS X 10.8',
// 'version' => 6
// )
// )
// )
// )
// )
// );
//
Expand Down

0 comments on commit ae689a9

Please sign in to comment.