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

Novaway Behat common contexts

191.071
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 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

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

Star History Chart