Skip to content

Latest commit

 

History

History
40 lines (29 loc) · 1.04 KB

README.md

File metadata and controls

40 lines (29 loc) · 1.04 KB

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