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
- Host: GitHub
- URL: https://github.com/dennisinteractive/behat-field-aliases
- Owner: dennisinteractive
- Created: 2018-06-19T13:32:13.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-11-20T17:36:26.000Z (over 7 years ago)
- Last Synced: 2025-09-12T02:34:41.783Z (10 months ago)
- Topics: behat
- Language: PHP
- Size: 6.84 KB
- Stars: 0
- Watchers: 38
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`