Skip to content
This repository was archived by the owner on Mar 20, 2024. It is now read-only.
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions doc/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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 Mink <https://github.com/browserstack/behat-mink-browserstack>`_