You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
9 years ago | |
|---|---|---|
| .. | ||
| doc | 9 years ago | |
| features | 9 years ago | |
| i18n | 9 years ago | |
| spec/Behat/MinkExtension | 9 years ago | |
| src/Behat/MinkExtension | 9 years ago | |
| .gitignore | 9 years ago | |
| .travis.yml | 9 years ago | |
| LICENSE | 9 years ago | |
| README.md | 9 years ago | |
| behat.yml.dist | 9 years ago | |
| build.php | 9 years ago | |
| composer.json | 9 years ago | |
| init.php | 9 years ago | |
README.md
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 11 translated languages: cs,de,es,fr,ja,nl,pl,pt,ro,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
