https://github.com/edmondscommerce/behat-faker-context
Behat Context to use Faker to Fill Forms etc
https://github.com/edmondscommerce/behat-faker-context
Last synced: about 2 months ago
JSON representation
Behat Context to use Faker to Fill Forms etc
- Host: GitHub
- URL: https://github.com/edmondscommerce/behat-faker-context
- Owner: edmondscommerce
- License: mit
- Created: 2015-02-17T11:13:48.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2019-07-05T14:13:54.000Z (almost 7 years ago)
- Last Synced: 2025-05-30T04:19:11.556Z (about 1 year ago)
- Language: PHP
- Size: 8.79 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Faker Context
## By [Edmonds Commerce](https://www.edmondscommerce.co.uk)
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
```