library behationary
Interactive dictionary for Behat steps defined in multiple contexts.
mead_steve/behationary
Interactive dictionary for Behat steps defined in multiple contexts.
- Tuesday, June 16, 2015
- by MeadSteve
- Repository
- 1 Watchers
- 0 Stars
- 0 Installations
- PHP
- 0 Dependents
- 0 Suggesters
- 1 Forks
- 0 Open issues
- 1 Versions
- 0 % Grown
Behationary
Human readable/searchable step dictionary for behat contexts., (*1)
Requirements
Installation
- Clone this repo
- Run "composer update" in the root.
- Point your webserver at the www subfolder.
- Ensure any file requests with api/ at the start is forwarded to api.php (this is done already for apache with .htaccess)
- In the repo root create config.php (this will be loaded automatically) with something like the following:
<?php
namespace Behationary;
// todo: Include context files.
function getContexts() {
// todo: Add all the feature contexts to this array
return array(
new \FeatureContext(array()),
"AnotherFeatureContext"
);
}
dev-master
9999999-dev
Interactive dictionary for Behat steps defined in multiple contexts.
Sources
Download
MIT
The Requires
The Development Requires
by
Steve B