zitec / api-testing-extension
API testing extension for Behat
Installs: 28 308
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 4
Forks: 4
Open Issues: 1
Type:behat-extension
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: 2025-01-04 13:08:14 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.