Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/Behat/MinkExtension
Mink extension (tight integration and configuration) for Behat
https://github.com/Behat/MinkExtension
behat behat-extension mink php
Last synced: 3 months ago
JSON representation
Mink extension (tight integration and configuration) for Behat
- Host: GitHub
- URL: https://github.com/Behat/MinkExtension
- Owner: Behat
- License: mit
- Archived: true
- Created: 2012-05-06T19:14:48.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2023-12-09T13:51:40.000Z (about 1 year ago)
- Last Synced: 2024-10-18T16:21:28.477Z (4 months ago)
- Topics: behat, behat-extension, mink, php
- Language: PHP
- Homepage:
- Size: 408 KB
- Stars: 636
- Watchers: 25
- Forks: 277
- Open Issues: 110
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# MinkExtension
> [!IMPORTANT]
> This package is no longer maintained. Use [`friends-of-behat/mink-extension`](https://packagist.org/packages/friends-of-behat/mink-extension) instead.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](doc/index.rst).
## 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](https://github.com/Behat/MinkExtension/tree/master/i18n).**Important:** The filename must match with the same translated language name in [Behat](https://github.com/Behat/Behat/blob/master/i18n.php) and [Gherkin](https://github.com/Behat/Gherkin/blob/master/i18n.php) in order to work correctly.
If the language does not exist in [Gherkin](https://github.com/Behat/Gherkin/blob/master/i18n.php).
You should consider [contributing to Gherkin translations](https://github.com/Behat/Gherkin/blob/master/CONTRIBUTING.md#contributing-to-gherkin-translations).## Copyright
Copyright (c) 2012 Konstantin Kudryashov (ever.zet). See LICENSE for details.
## Contributors
* Konstantin Kudryashov [everzet](http://github.com/everzet) [lead developer]
* Other [awesome developers](https://github.com/Behat/MinkExtension/graphs/contributors)