kbsali / contexts

Behat Custom Helper

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Behatch contexts

Build status

Scrutinizer Code Quality

Code Coverage

SensioLabsInsight

Behatch contexts provide most common Behat tests.

Installation

This extension requires:

  • Behat 3+
  • Mink
  • Mink extension

Through PHAR

Download the .phar archives:

And activate it in your in your behat.yml:

Through Composer

The easiest way to keep your suite updated is to use Composer.

You can add Behatch contexts as dependencies for your project or rapidly bootstrap a Behatch projects.

Project dependency

  1. Define dependencies in your composer.json:
  1. Install/update your vendors:
  1. Activate extension by specifying its class in your behat.yml:

Project boostraping

  1. Download the Behatch skeleton with composer:

Note

Browser, json, table and rest step need a mink configuration, see Mink extension for more information.

Usage

In behat.yml, enable desired contexts:

Configuration

  • browser - more browser related steps (like mink)
    • timeout - default timeout
  • debug - helper steps for debugging
    • screenshotDir - the directory where store screenshots
  • system - shell related steps
    • root - the root directory of the filesystem
  • json - JSON related steps
    • evaluationMode - javascript "foo.bar" or php "foo->bar"
  • table - play with HTML the tables
  • rest - send GET, POST, … requests and test the HTTP headers
  • xml - XML related steps

Translation

See more information on Transifex.com

About

Behat Custom Helper

License:Other


Languages

Language:PHP 50.9%Language:Gherkin 49.1%