edmondscommerce/behat-faker-context

A Behat Context that allows you to use Faker

Maintainers

Package info

github.com/edmondscommerce/behat-faker-context

Homepage

pkg:composer/edmondscommerce/behat-faker-context

Statistics

Installs: 287

Dependents: 0

Suggesters: 1

Stars: 1

Open Issues: 1

1.1.0 2016-01-15 14:20 UTC

This package is auto-updated.

Last update: 2026-03-06 04:48:34 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