An open API service indexing awesome lists of open source software.

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

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

```