Christophe Coevoet 8a2e12023b Simplified the travis build matrix
Given that the extension does not rely on lots of Symfony code by itself,
the testing against multiple Symfony version is not done for all PHP
versions anymore:

- Symfony 2.2.* is not tested anymore (it is an EOL version)
- builds are using the dependencies resolved by Composer (latest stable
  components, so 2.4.* at this time)
- extra jobs are added in the matrix to test the extension with Symfony
  2.3.* and 2.5.*@dev on a single PHP version

This means that the matrix goes from 17 jobs to 7, making it much faster
(we can only have 5 concurrent jobs for the whole github organization).
2014-03-12 03:33:43 +01:00
2014-01-18 11:05:52 +01:00
2014-01-31 00:07:24 +01:00
2012-05-06 21:13:51 +02:00
2014-03-12 03:33:43 +01:00
2012-05-06 21:53:36 +02:00
2014-01-20 01:37:45 +01:00

MinkExtension

Build
Status

Provides integration layer:

  • Additional services for Behat (Mink, Sessions, Drivers).
  • Behat\MinkExtension\Context\MinkAwareContext which provides Mink instance for your contexts or subcontexts.
  • 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 subcontext on its own.

between Behat 2.4+ and Mink 1.4+.

Docs

Official documentation.

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 making a Pull Request to cucumber\gherkin i18n file.

Copyright (c) 2012 Konstantin Kudryashov (ever.zet). See LICENSE for details.

Contributors

Sponsors

Description
Fork of FriendsOfBehat MinkExtension with Behat 4 / Symfony 8 compatibility work
Readme MIT 603 KiB
Languages
PHP 99.4%
Gherkin 0.6%