behat / soap-extension
Soap extension for Behat
Installs: 12 166
Dependents: 0
Suggesters: 0
Security: 0
Stars: 7
Watchers: 1
Forks: 9
Open Issues: 5
Type:behat-extension
Requires
- php: >=5.5
- behat/behat: >=3.0.6
- behat/environment-loader: 1.*
- phpunit/phpunit: 4 - 5
This package is auto-updated.
Last update: 2024-10-22 07:13:44 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.
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.