c90959269108cf2c0a8de57ee1d0d17b80cbb563
Changing the scalarNode to a booleanNode actually fixes a bug in the latest version of IEDriverServer + Selenium2, which triggers a segmentation fault if the value given for ignoreZoomSetting is a string and not a boolean (which is the case currently).
A simple check for this is to try launching Behat + mink + Selenium2 with Selenium2 + IEDriverServer, with the following defaults:
```yml
default:
suites:
default:
contexts:
- Behat\MinkExtension\Context\MinkContext
extensions:
Behat\MinkExtension:
javascript_session: default
sessions:
default:
selenium2:
browser: "internet explorer"
```
Adding the capabilities with ignoreZoomSetting set to true or false also fixes the issue, but not at the source of the problem.
MinkExtension
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\MinkAwareContextwhich providesMinkinstance for your contexts.- Base
Behat\MinkExtension\Context\MinkContextcontext which provides base step definitions and hooks for your contexts or subcontexts. Or it could be even used as context on its own.
Docs
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
Copyright (c) 2012 Konstantin Kudryashov (ever.zet). See LICENSE for details.
Contributors
- Konstantin Kudryashov everzet [lead developer]
- Other awesome developers
Languages
PHP
99.4%
Gherkin
0.6%
