behat/soap-extension

Soap extension for Behat

Installs: 12 147

Dependents: 0

Suggesters: 0

Security: 0

Stars: 7

Watchers: 1

Forks: 9

Open Issues: 5

Type:behat-extension

v0.1.0 2016-06-21 08:41 UTC

This package is auto-updated.

Last update: 2024-04-22 06:13:52 UTC


README

SoapExtension is a Behat extension designed to test various SOAP APIs using Behat framework and it's powerful tooling. Soap Extension currently supports only PHP's native SoapClient as transport and there are no plans to add other clients support at this time. Full project roadmap will come later.

Latest Stable Version License Build Status Coverage Status Quality Score Total Downloads

Installation

  • curl -sS https://getcomposer.org/installer | php
  • vim composer.json
{
  "require": {
    "behat/soap-extension": "dev-master"
  },
  "config": {
    "bin-dir": "bin"
  }
}
  • composer install
  • Enable SoapExtension in behat.yml

Documentation

Docs coming soon... In the meantime, run bin/behat -dl for a list of available steps.

Testing

./vendor/bin/phpunit
cd tests/ && ../vendor/bin/behat

Contributions

Feel free to provide feedback in issue queue and contributions are much welcome.

Authors

Supporting organizations

Thanks to FFW Agency for supporting this contribution.