Stars: 634
Forks: 278
Pull Requests: 215
Issues: 174
Watchers: 25
Last Updated: 2023-06-21 20:56:14
Mink extension (tight integration and configuration) for Behat
License: MIT License
Languages: PHP, Gherkin
MinkExtension is an integration layer between Behat 3.0+ and Mink 1.5+ and it provides:
Mink
, Sessions
, Drivers
).Behat\MinkExtension\Context\MinkAwareContext
which provides Mink
instance for your contexts.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.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.
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.