forked from Behat/MinkExtension
-
Notifications
You must be signed in to change notification settings - Fork 46
Update the README and documentation #42
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
mpdude
wants to merge
6
commits into
FriendsOfBehat:master
Choose a base branch
from
mpdude:update-readme
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
6 commits
Select commit
Hold shift + click to select a range
f1ddee0
Update the README and documentation
mpdude db5ab7b
Revert README to the one of the original (pre-fork) repo
mpdude b88bc6b
Update README.md
mpdude bb5d000
Update doc/index.md
mpdude 3519b09
Fix mentioned dependencies
mpdude 753194f
Add SymfonyExtension as an example
mpdude File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,5 +1,41 @@ | ||
| This is the fork of MinkExtension library that supports PHP `>=7.4` and supports Symfony `>=4.4`. | ||
| # MinkExtension | ||
|
|
||
| For the documentation, please [refer to the original repository](https://github.com/Behat/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\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.md). | ||
|
|
||
| ## 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) | ||
|
|
||
| No updates other than Symfony compatibility will be provided, but this fork _might_ be synchronised with the original repository in the future. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Maybe we should mention somewhere than
friends-of-behat/symfony-extensionregisters abrowserkit_symfonydriver factory (or maybe justsymfony, I don't remember the exact name) ?There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You mean as an example?
We cannot have a complete list here of every other extension that adds drivers.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
both as an example, and as a reference because it is an extension of the same organization.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
753194f