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

https://github.com/postcon/behatbootstrapextension

A Behat Extension that allows custom bootstrapping.
https://github.com/postcon/behatbootstrapextension

behat bootstrapping developer-tools tooling

Last synced: 9 months ago
JSON representation

A Behat Extension that allows custom bootstrapping.

Awesome Lists containing this project

README

          

# BehatBootstrapExtension
A Behat Extension that allows custom bootstrapping.

## Requirements

- behat/behat ~3.0

## Installation

```
composer require postcon/bootstrap-extension --dev
```

## Usage (behat.yml)

```yml
default:
extensions:
Behat\BootstrapExtension\Extension:
bootstrap_file: path/to/your/bootstrap.php
```