2017 © Pedro Peláez
 

library behationary

Interactive dictionary for Behat steps defined in multiple contexts.

image

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

The README.md

Behationary

Human readable/searchable step dictionary for behat contexts., (*1)

Requirements

  • php >= 5.3
  • Composer

Installation

  1. Clone this repo
  2. Run "composer update" in the root.
  3. Point your webserver at the www subfolder.
  4. Ensure any file requests with api/ at the start is forwarded to api.php (this is done already for apache with .htaccess)
  5. 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"
    );
}

The Versions

16/06 2015

dev-master

9999999-dev

Interactive dictionary for Behat steps defined in multiple contexts.

  Sources   Download

MIT

The Requires

 

The Development Requires

by Steve B