zitec / api-testing-extension
API testing extension for Behat
Package info
github.com/zitec/behat-rest-extension
Type:behat-extension
pkg:composer/zitec/api-testing-extension
v1.0.7
2022-05-04 07:23 UTC
Requires
- behat/behat: ^3.1.0
- behat/mink: ^1.7
- behat/mink-extension: ^v2.2
- behat/mink-goutte-driver: ^1.2.1
- fzaninotto/faker: ^1.6.0
- nelmio/alice: ^3.1
Requires (Dev)
- php: ^7.2
- phpunit/phpunit: ^8.0
This package is auto-updated.
Last update: 2026-03-04 15:45:47 UTC
README
Behat Zitec API Extension
About
API Zitec Extension adds functionality to Behat in order to test APIs. API Zitec Extension provides a list of steps that will help you test API methods. The steps are very similar with those used for functional testing. They also describe in a readable language the API expected behavior using Gherkin language.
Requirements
- PHP 5.3+
- Composer
Install
You can install it through composer.
{
"require":{
"zitec/api-testing-extension": "v0.0.4"
}
}
Usage
Directory structure
Configuration file
Requests and datasets
License
This plugin is covered by the BSD license, see LICENSE for details.

