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.
- Host: GitHub
- URL: https://github.com/friendsofbehat/testcontext
- Owner: FriendsOfBehat
- License: mit
- Created: 2016-07-27T23:18:55.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2024-01-11T15:05:18.000Z (over 2 years ago)
- Last Synced: 2025-04-11T03:39:41.394Z (about 1 year ago)
- Topics: behat, behat-contexts, behat-extension, php
- Language: PHP
- Size: 68.4 KB
- Stars: 17
- Watchers: 3
- Forks: 4
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Test Context [](https://packagist.org/packages/friends-of-behat/test-context) [](https://packagist.org/packages/friends-of-behat/test-context) [](http://travis-ci.org/FriendsOfBehat/TestContext) [](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
```