From a6f5317d87edaf3cf37c2c8c2d56043c94435203 Mon Sep 17 00:00:00 2001 From: Nidhi Makhijani Date: Fri, 27 May 2016 13:39:02 +0530 Subject: [PATCH 1/2] browserstack integration --- doc/index.rst | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/doc/index.rst b/doc/index.rst index 144dfec1..bf45f6da 100644 --- a/doc/index.rst +++ b/doc/index.rst @@ -347,3 +347,15 @@ There's other useful parameters, that you can use to configure your suite: name. * ``mink_loader`` - path to a file loaded to make Mink available (useful when using the PHAR archive for Mink, useless when using Composer) + + +Integration with cloud services +------------------------------- + +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. + +* `BrowserStack's sample repository for integration with Behat `_ \ No newline at end of file From 717d794dd8a8d36b7001dee9836420439f99d15b Mon Sep 17 00:00:00 2001 From: Nidhi Makhijani Date: Fri, 27 May 2016 13:55:58 +0530 Subject: [PATCH 2/2] correct URl --- doc/index.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/index.rst b/doc/index.rst index bf45f6da..f7179a77 100644 --- a/doc/index.rst +++ b/doc/index.rst @@ -358,4 +358,4 @@ 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. -* `BrowserStack's sample repository for integration with Behat `_ \ No newline at end of file +* `BrowserStack's sample repository for integration with Behat Mink `_ \ No newline at end of file