From fef44c7c247f02ac25c31d1e095549efaeb27d38 Mon Sep 17 00:00:00 2001 From: Saurav Kothari Date: Tue, 19 Dec 2017 17:37:17 +0530 Subject: [PATCH] BrowserStack requires real_mobile flag to run tests on real devices --- .../ServiceContainer/Driver/BrowserStackFactory.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/Behat/MinkExtension/ServiceContainer/Driver/BrowserStackFactory.php b/src/Behat/MinkExtension/ServiceContainer/Driver/BrowserStackFactory.php index 66aa3fa7..2279a1dc 100644 --- a/src/Behat/MinkExtension/ServiceContainer/Driver/BrowserStackFactory.php +++ b/src/Behat/MinkExtension/ServiceContainer/Driver/BrowserStackFactory.php @@ -62,6 +62,8 @@ protected function getCapabilitiesNode() ->booleanNode('browserstack-debug')->end() ->booleanNode('browserstack-tunnel')->end() ->booleanNode('emulator')->end() + ->booleanNode('real_mobile')->end() + ->booleanNode('realMobile')->end() ->booleanNode('acceptSslCert')->end() ->end() ;