Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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