Yannick Warnier 76a0eae5ea Add static resources and remove tests dir for beta release há 5 anos atrás
..
doc 76a0eae5ea Add static resources and remove tests dir for beta release há 5 anos atrás
features 76a0eae5ea Add static resources and remove tests dir for beta release há 5 anos atrás
i18n 76a0eae5ea Add static resources and remove tests dir for beta release há 5 anos atrás
spec 76a0eae5ea Add static resources and remove tests dir for beta release há 5 anos atrás
src 76a0eae5ea Add static resources and remove tests dir for beta release há 5 anos atrás
.gitignore 76a0eae5ea Add static resources and remove tests dir for beta release há 5 anos atrás
.travis.yml 76a0eae5ea Add static resources and remove tests dir for beta release há 5 anos atrás
LICENSE 76a0eae5ea Add static resources and remove tests dir for beta release há 5 anos atrás
README.md 76a0eae5ea Add static resources and remove tests dir for beta release há 5 anos atrás
behat.yml.dist 76a0eae5ea Add static resources and remove tests dir for beta release há 5 anos atrás
build.php 76a0eae5ea Add static resources and remove tests dir for beta release há 5 anos atrás
composer.json 76a0eae5ea Add static resources and remove tests dir for beta release há 5 anos atrás
init.php 76a0eae5ea Add static resources and remove tests dir for beta release há 5 anos atrás

README.md

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 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