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

https://github.com/dennisinteractive/behat-field-aliases

Provides support to use friendly field names that are human readable
https://github.com/dennisinteractive/behat-field-aliases

behat

Last synced: 8 months ago
JSON representation

Provides support to use friendly field names that are human readable

Awesome Lists containing this project

README

          

# Behat Field Aliases
Provides support to use friendly field names that are human readable

### Installation
1. `composer require dennisdigital/behat-field-aliases:dev-master`

You might need to add it to repositories first
```
"repositories": {
"behat-field-aliases": {
"type": "vcs",
"url": "git@github.com:dennisinteractive/behat-field-aliases.git",
"no-api": true
}
.
.
.
```

2. Edit behat.yml and add the contexts and configuration following the example in [behat.yml.dist]: https://github.com/dennisinteractive/behat-field-aliases/blob/master/behat.yml.dist

### Running
- Go into the tests folder
- Run `./behat --format=pretty`