Allow configuration of additional Sahi connection parameters
The values "browser" and "limit" can now be passed in from behat.yml.
This commit is contained in:
@@ -185,6 +185,12 @@ class Extension implements ExtensionInterface
|
||||
scalarNode('port')->
|
||||
defaultValue(isset($config['sahi']['port']) ? $config['sahi']['port'] : 9999)->
|
||||
end()->
|
||||
scalarNode('browser')->
|
||||
defaultValue(isset($config['sahi']['browser']) ? $config['sahi']['browser'] : null)->
|
||||
end()->
|
||||
scalarNode('limit')->
|
||||
defaultValue(isset($config['sahi']['limit']) ? $config['sahi']['limit'] : 600)->
|
||||
end()->
|
||||
end()->
|
||||
end()->
|
||||
arrayNode('zombie')->
|
||||
|
||||
Reference in New Issue
Block a user