/behat-rest-extension

Primary LanguagePHPBSD 3-Clause "New" or "Revised" LicenseBSD-3-Clause

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.