edmondscommerce/behat-faker-context

A Behat Context that allows you to use Faker

1.1.0 2016-01-15 14:20 UTC

This package is auto-updated.

Last update: 2024-05-06 00:58:19 UTC


README

By Edmonds Commerce

A simple Behat Context to allow you to use Faker when running your Behat features

Installation

Install via composer

"edmondscommerce/behat-faker-context": "~1.1"

Include Context in Behat Configuration

default:
    # ...
    suites:
        default:
            # ...
            contexts:
                - # ...
                - EdmondsCommerce\BehatFakerContext\FakerContext