Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 478 Bytes

README.md

File metadata and controls

25 lines (17 loc) · 478 Bytes

Faker Context

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