https://github.com/novaway/behatcommoncontext
Provide most common behat tests for frontend.
https://github.com/novaway/behatcommoncontext
behat select2
Last synced: 26 days ago
JSON representation
Provide most common behat tests for frontend.
- Host: GitHub
- URL: https://github.com/novaway/behatcommoncontext
- Owner: novaway
- License: mit
- Created: 2015-04-14T06:37:49.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2017-12-20T10:37:22.000Z (over 7 years ago)
- Last Synced: 2025-05-13T17:09:32.607Z (28 days ago)
- Topics: behat, select2
- Language: PHP
- Homepage:
- Size: 54.7 KB
- Stars: 18
- Watchers: 12
- Forks: 10
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Behat Common Contexts
=====================[](https://travis-ci.org/novaway/BehatCommonContext)
[](https://scrutinizer-ci.com/g/novaway/BehatCommonContext/?branch=master)
[](https://packagist.org/packages/novaway/common-contexts)Provide most common behat tests.
## Installation
The extension requires :
* Behat
* Mink extension## Usage
Add dependencies with Composer :
``` bash
$ php composer.phar require --dev novaway/common-contexts "~2.0"
```In `behat.yml`, enable desired contexts:
```yaml
default:
suites:
default:
contexts:
- nwcontext:form
- nwcontext:formstone
- nwcontext:select2:
timeout: 60# ...
extensions:
Novaway\CommonContexts\Extension: ~
```