Skip to content

asgorobets/SoapExtension

Repository files navigation

Behat SoapExtension

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.

About

Behat extension for testing SOAP webservices

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •