2017 © Pedro Peláez
 

symfony-bundle behat-builder-bundle

Behat builder interface for building and maintaining scenarios in a Symfony2 project

image

tsslabs/behat-builder-bundle

Behat builder interface for building and maintaining scenarios in a Symfony2 project

  • Friday, April 11, 2014
  • by radutopala
  • Repository
  • 1 Watchers
  • 0 Stars
  • 62 Installations
  • JavaScript
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

TSSBehatBuilderBundle

Maintaining Behat features of a Symfony2 project directly in the browser, (*1)

Installation instructions:, (*2)

  • Easiest way to install is via composer, composer.phar require tsslabs/behat-builder-bundle, (*3)

    OR, (*4)

    add those lines to ./composer.json:, (*5)

    "require": { ... "tsslabs/behat-builder-bundle": "dev-master" }, (*6)

    and then run composer.phar install, (*7)

  • Then enable the bundle in ./app/AppKernel.php:, (*8)

    public function registerBundles()
    {
        $bundles = array(
                ...
                new TSS\BehatBuilderBundle\TSSBehatBuilderBundle(),
            );
    }
    
  • Add routing: ``` tss_behat_builder: resource: "@TSSBehatBuilderBundle/Controller/" type: annotation prefix: /, (*9)

  • Symlink assets:, (*10)

    php app/console assets:install --symlink web, (*11)

  • Dump assetic:, (*12)

    php app/console assetic:dump web, (*13)

  • Enable the bundle in assetic: assetic: (...) bundles: [ TSSBehatBuilderBundle ], (*14)

@TODO: - add lexical parser and autocompleter, (*15)

Enjoy :), (*16)

The Versions

11/04 2014

dev-master

9999999-dev

Behat builder interface for building and maintaining scenarios in a Symfony2 project

  Sources   Download

MIT

The Requires

 

behat scenario builder