Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/meadsteve/behationary
Human readable/searchable step dictionary for behat contexts.
https://github.com/meadsteve/behationary
Last synced: 5 days ago
JSON representation
Human readable/searchable step dictionary for behat contexts.
- Host: GitHub
- URL: https://github.com/meadsteve/behationary
- Owner: meadsteve
- License: mit
- Created: 2013-05-19T06:07:24.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2015-06-16T10:44:10.000Z (over 9 years ago)
- Last Synced: 2024-10-11T03:11:18.497Z (about 1 month ago)
- Language: PHP
- Size: 310 KB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
Behationary
===========Human readable/searchable step dictionary for behat contexts.
### Requirements
- php >= 5.3
- Composer### Installation
1. Clone this repo
1. Run "composer update" in the root.
1. Point your webserver at the www subfolder.
1. Ensure any file requests with api/ at the start is forwarded to api.php (this is done already for apache with .htaccess)
1. In the repo root create config.php (this will be loaded automatically) with something like the following:```php