WebApiExtension icon indicating copy to clipboard operation
WebApiExtension copied to clipboard

Behat extension to test web APIs

Results 36 WebApiExtension issues
Sort by recently updated
recently updated
newest added

https://github.com/Behat/WebApiExtension/blob/master/doc/index.rst It should be: ```yaml default: extensions: Behat\WebApiExtension\ServiceContainer\WebApiExtension: ~ ```

There are 27 Pull requests on hold, and several forks with improvements waiting to be pulled. Please add some collaborators so we can keep up the good work. Let's give...

┌─ @BeforeScenario # FeatureContext::prepareScenario() │ ╳ Notice: A non well formed numeric value encountered in features/bootstrap/FeatureContext.php line 47

This one is a quite easy-pick and can be release under a new minor because of the PHP version dropping.

I want to be able to disable the certification verification for guzzle client

``` $ composer require --dev behat/web-api-extension [InvalidArgumentException] Could not find package behat/web-api-extension at any version for your minimum-stability (stable). Check the package spelling or your minimum-stability require [--dev] [--prefer-source] [--prefer-dist]...

If I want to extend that context I need raw access to the request and response object.

In order to make this class extendable, we need to have access to the response object. Considering the compatibility issues (guzzle 5 vs 6), the simplest approach seems to be...

Hi. My use case is this: I need allow unverified https site in tests cause the environment doesn't have certificate. I tried use key 'defaults' in my behat.yml but I...

Bring a solution to Behat/WebApiExtension#6