edmondscommerce / behat-faker-context
A Behat Context that allows you to use Faker
1.1.0
2016-01-15 14:20 UTC
Requires
- fzaninotto/faker: 1.5.*@dev
Suggests
- edmondscommerce/behat-framework: Parent framework, allows easier behat setup
This package is auto-updated.
Last update: 2024-11-06 02:03:17 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