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

https://github.com/friendsofbehat/testcontext

:mortar_board: Provides reusable context that helps in testing Behat extensions.
https://github.com/friendsofbehat/testcontext

behat behat-contexts behat-extension php

Last synced: 12 months ago
JSON representation

:mortar_board: Provides reusable context that helps in testing Behat extensions.

Awesome Lists containing this project

README

          

# Test Context [![License](https://img.shields.io/packagist/l/friends-of-behat/test-context.svg)](https://packagist.org/packages/friends-of-behat/test-context) [![Version](https://img.shields.io/packagist/v/friends-of-behat/test-context.svg)](https://packagist.org/packages/friends-of-behat/test-context) [![Build status on Linux](https://img.shields.io/travis/FriendsOfBehat/TestContext/master.svg)](http://travis-ci.org/FriendsOfBehat/TestContext) [![Scrutinizer Quality Score](https://img.shields.io/scrutinizer/g/FriendsOfBehat/TestContext.svg)](https://scrutinizer-ci.com/g/FriendsOfBehat/TestContext/)

Provides reusable context that helps in testing Behat extensions.

## Usage

1. Install it:

```bash
$ composer require friends-of-behat/test-context --dev
```

2. Include in your suite:

```yaml
# behat.yml
default:
# ...
suites:
default:
contexts:
- FriendsOfBehat\TestContext\Context\TestContext
```