Christophe Coevoet a448b617c6 feature #199 Add emulator option to BrowserStack capabilities. (gries)
This PR was merged into the 2.0.x-dev branch.

Discussion
----------

Add emulator option to BrowserStack capabilities.

Hi,
I would like to add the emulator option to BrowserStack capabilities.

This option allows you to run iOS devices via. an Emulator instead of real devices which is sometimes necessary as they are using Appium to run tests on real devices, which fails for example if you try to delete cookies.
This option is currently not documented on BrowserStack but I got the hint of their support to use this option.

thank you

Commits
-------

a15cff9 Add emulator option to BrowserStack capabilities.
2015-03-10 10:04:42 +01:00
2012-05-06 21:13:51 +02:00
2014-10-08 10:09:42 +02:00
2012-05-06 21:53:36 +02:00
2014-09-16 11:18:53 +01:00

MinkExtension

Build
Status Scrutinizer Code Quality

MinkExtension is an integration layer between Behat 3.0+ and Mink 1.5+ and it provides:

  • Additional services for Behat (Mink, Sessions, Drivers).
  • Behat\MinkExtension\Context\MinkAwareContext which provides Mink instance for your contexts.
  • Base Behat\MinkExtension\Context\MinkContext context which provides base step definitions and hooks for your contexts or subcontexts. Or it could be even used as context on its own.

Docs

Official documentation.

Translated languages

For now exist 10 translated languages: cs,de,es,fr,ja,nl,pl,pt,ru,sv.

Note: The ja,nl and sv are outdated.

How to add a new translated language?

If you want to translate another language, you can use as reference the ru language file under translations folder.

Important: The filename must match with the same translated language name in Behat and Gherkin in order to work correctly.

If the language does not exist in Gherkin. You should consider contributing to Gherkin translations.

Copyright (c) 2012 Konstantin Kudryashov (ever.zet). See LICENSE for details.

Contributors

Description
Fork of FriendsOfBehat MinkExtension with Behat 4 / Symfony 8 compatibility work
Readme MIT 603 KiB
Languages
PHP 99.4%
Gherkin 0.6%