imbo / behat-api-extension

API extension for Behat, used to ease testing of JSON-based APIs
MIT License
107 stars 42 forks source link

Instruction update #111

Closed kcolwell closed 2 years ago

kcolwell commented 2 years ago

I couldn't get this extension to work at all until I dug through the code and found the suites, default, context from one of your tests.

christeredvartsen commented 2 years ago

I don't usually use that specific feature context when testing, I always create a project specific context that extends the one provided by this extension.

This is also more of a core Behat configuration, so no need to specify that in the docs for the extension.