From d39d73f145112f9a98d708bc7a45780d57437dda Mon Sep 17 00:00:00 2001 From: Nidhi Makhijani Date: Tue, 8 Mar 2016 12:55:35 +0530 Subject: [PATCH 1/3] browserstack integration --- drivers/selenium2.rst | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/drivers/selenium2.rst b/drivers/selenium2.rst index b1c5d08..800d582 100644 --- a/drivers/selenium2.rst +++ b/drivers/selenium2.rst @@ -47,3 +47,15 @@ That's it, now you can use Selenium2Driver: .. _Phantom.js implementation: http://phantomjs.org/ .. _project website: http://seleniumhq.org/download/ .. _Selenium2 (webdriver): http://seleniumhq.org/ + +Integration with BrowserStack +----------------------------- + +When you want to perform web testing on multiple browsers and operating systems, it can be quite complicated to maintain machines for each of the target environments. BrowserStack provides "remote web browsers as a service", +making it easy to do this sort of matrix testing without having to maintain the multiple browser installations yourself. + +Check out `BrowserStack's repository`_ for an example integration with BrowserStack. + +.. _BrowserStack's repository: https://github.com/browserstack/behat-mink-browserstack + + From 2b91aa2b22ed5a42516a9bc1676032fcad4103ff Mon Sep 17 00:00:00 2001 From: Nidhi Makhijani Date: Fri, 27 May 2016 10:21:02 +0530 Subject: [PATCH 2/3] add browserstack website --- drivers/selenium2.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/drivers/selenium2.rst b/drivers/selenium2.rst index 800d582..d5da2fb 100644 --- a/drivers/selenium2.rst +++ b/drivers/selenium2.rst @@ -54,8 +54,12 @@ Integration with BrowserStack When you want to perform web testing on multiple browsers and operating systems, it can be quite complicated to maintain machines for each of the target environments. BrowserStack provides "remote web browsers as a service", making it easy to do this sort of matrix testing without having to maintain the multiple browser installations yourself. +Check out `BrowserStack's documentation`_ for a list of all capabilites. + Check out `BrowserStack's repository`_ for an example integration with BrowserStack. +.. _BrowserStack's documentation: https://www.browserstack.com/automate/capabilities + .. _BrowserStack's repository: https://github.com/browserstack/behat-mink-browserstack From fac1cc169666711edd1d1154aeccef3c42ed0e0e Mon Sep 17 00:00:00 2001 From: Nidhi Makhijani Date: Fri, 27 May 2016 13:12:45 +0530 Subject: [PATCH 3/3] remove integration link --- drivers/selenium2.rst | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/drivers/selenium2.rst b/drivers/selenium2.rst index d5da2fb..e158c9e 100644 --- a/drivers/selenium2.rst +++ b/drivers/selenium2.rst @@ -54,12 +54,7 @@ Integration with BrowserStack When you want to perform web testing on multiple browsers and operating systems, it can be quite complicated to maintain machines for each of the target environments. BrowserStack provides "remote web browsers as a service", making it easy to do this sort of matrix testing without having to maintain the multiple browser installations yourself. -Check out `BrowserStack's documentation`_ for a list of all capabilites. - -Check out `BrowserStack's repository`_ for an example integration with BrowserStack. +Check out `BrowserStack's documentation`_ for a list of all capabilites. .. _BrowserStack's documentation: https://www.browserstack.com/automate/capabilities -.. _BrowserStack's repository: https://github.com/browserstack/behat-mink-browserstack - -