zitec/api-testing-extension

API testing extension for Behat

Installs: 28 177

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 4

Forks: 4

Open Issues: 1

Type:behat-extension

v1.0.7 2022-05-04 07:23 UTC

README

Build Status

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

Directory structure

Configuration file

Configuration file

Requests and datasets

License

This plugin is covered by the BSD license, see LICENSE for details.