From a15cff9445f41f901cbcbe242a7cbaccdbb13575 Mon Sep 17 00:00:00 2001 From: gries Date: Tue, 10 Mar 2015 09:17:03 +0100 Subject: [PATCH] Add emulator option to BrowserStack capabilities. --- .../ServiceContainer/Driver/BrowserStackFactory.php | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Behat/MinkExtension/ServiceContainer/Driver/BrowserStackFactory.php b/src/Behat/MinkExtension/ServiceContainer/Driver/BrowserStackFactory.php index d63541e..abf16b1 100644 --- a/src/Behat/MinkExtension/ServiceContainer/Driver/BrowserStackFactory.php +++ b/src/Behat/MinkExtension/ServiceContainer/Driver/BrowserStackFactory.php @@ -61,6 +61,7 @@ class BrowserStackFactory extends Selenium2Factory ->scalarNode('device')->end() ->booleanNode('browserstack-debug')->end() ->booleanNode('browserstack-tunnel')->end() + ->booleanNode('emulator')->end() ->end() ;