Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/novaway/behatcommoncontext
Provide most common behat tests for frontend.
https://github.com/novaway/behatcommoncontext
behat select2
Last synced: about 5 hours 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 (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-12-20T10:37:22.000Z (almost 7 years ago)
- Last Synced: 2024-11-14T13:52:00.314Z (5 days ago)
- Topics: behat, select2
- Language: PHP
- Homepage:
- Size: 54.7 KB
- Stars: 18
- Watchers: 13
- Forks: 10
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Behat Common Contexts
=====================[![Build Status](https://travis-ci.org/novaway/BehatCommonContext.svg?branch=master)](https://travis-ci.org/novaway/BehatCommonContext)
[![Scrutinizer Code Quality](https://scrutinizer-ci.com/g/novaway/BehatCommonContext/badges/quality-score.png?b=master)](https://scrutinizer-ci.com/g/novaway/BehatCommonContext/?branch=master)
[![Latest Stable Version](https://poser.pugx.org/novaway/common-contexts/v/stable.png)](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: ~
```