LaravelPackages.net
Acme Inc.
Toggle sidebar
novaway/common-contexts

Novaway Behat common contexts

192.734
18
2.3.2
About novaway/common-contexts

novaway/common-contexts is a Laravel package for novaway behat common contexts. It currently has 18 GitHub stars and 192.734 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

Behat Common Contexts

Build Status Scrutinizer Code Quality Latest Stable Version

Provide most common behat tests.

Installation

The extension requires :

  • Behat
  • Mink extension

Usage

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: ~
Comments