Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
integration
prechecker
Commits
ae689a96
Commit
ae689a96
authored
May 27, 2013
by
David Monllaó
Browse files
MDL-39853 behat: Useful info for $CFG->behat_config setting
parent
73f560c7
Changes
1
Hide whitespace changes
Inline
Side-by-side
config-dist.php
View file @
ae689a96
...
...
@@ -574,6 +574,32 @@ $CFG->admin = 'admin';
// '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
// )
// )
// )
// )
// )
// );
//
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment