novaway/common-contexts is a Laravel package for novaway behat common contexts.
It currently has 18 GitHub stars and 191.071 downloads on Packagist (latest version 2.3.2).
Install it with composer require novaway/common-contexts.
Discover more Laravel packages by novaway
or browse all Laravel packages to compare alternatives.
Last updated
Provide most common behat tests.
The extension requires :
Add dependencies with Composer :
$ php composer.phar require --dev novaway/common-contexts "~2.0"
In behat.yml, enable desired contexts:
default:
suites:
default:
contexts:
- nwcontext:form
- nwcontext:formstone
- nwcontext:select2:
timeout: 60
# ...
extensions:
Novaway\CommonContexts\Extension: ~