2017 © Pedro Peláez
 

behat-extension behat-bootstrap

A Behat extension to automate init actions

image

andreyors/behat-bootstrap

A Behat extension to automate init actions

  • Friday, July 6, 2018
  • by andreyors
  • Repository
  • 1 Watchers
  • 4 Stars
  • 3,240 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 6 Versions
  • 21 % Grown

The README.md

Behat Bootstrap

Latest Stable Version Build Status Downloads codecov Deps Scrutinizer Code Quality License PHP 7 ready, (*1)

A Behat extension to automate console operations in order to prepare environment within Symfony 3/4, i.e. preparing initial database state, cleaning redis cache and warming composer cache, (*2)

Getting started

Prerequisites

  • Behat 3
  • Composer

Installing

composer require --dev andreyors/behat-bootstrap, (*3)

Usage

We usually need to prepare behat environment (create a fresh copy of db, clear the cache before, set up rabbitmq queues and exchanges), (*4)

Copy and paste behat.yaml configuration

extensions:
    AndreyOrs\BehatBootstrap\Loader:
      bootstrap:
        - bin/console cache:clear -e test
        - bin/console cache:warmup -e test         
        - bin/console doctrine:schema:create -e test
        - bin/console rabbitmq:setup-fabric -e test        

Tests

composer test

License

This library is released under the MIT license., (*5)

The Versions

06/07 2018

dev-master

9999999-dev

A Behat extension to automate init actions

  Sources   Download

MIT

The Requires

 

The Development Requires

by Andrey Orsoev

bootstrap symfony behat

01/07 2018

0.4.2

0.4.2.0

A Behat extension to automate init actions

  Sources   Download

MIT

The Requires

 

The Development Requires

by Andrey Orsoev

bootstrap symfony behat

01/07 2018

dev-scrutinizer-patch-1

dev-scrutinizer-patch-1

Behat bootstrap extension

  Sources   Download

MIT

The Requires

 

The Development Requires

by Andrey Orsoev

20/01 2018

v0.3.3.3

0.3.3.3

Behat bootstrap extension

  Sources   Download

MIT

The Requires

 

The Development Requires

by Andrey Orsoev

20/01 2018

0.4.1

0.4.1.0

Behat bootstrap extension

  Sources   Download

MIT

The Requires

 

The Development Requires

by Andrey Orsoev

08/04 2017

v0.3333

0.3333.0.0

Behat bootstrap command

  Sources   Download

MIT

The Requires

 

by Andrey Orsoev