forceedge01 / behat-fail-aid

Get more out of your test suite by getting it to work with you when tests fail. Works with Goutte and MinkExtension (Selenium2Driver)
MIT License
28 stars 6 forks source link

Decouple from mink to work with APIs #65

Closed forceedge01 closed 4 years ago

forceedge01 commented 4 years ago

At present Mink is a hard dependency, using fail aid without mink is an option for example using it with the API and only setting the states. Allow this configuration by an option such as api: true. This should prevent fetching the session from mink and all other calls - a shortcut for all unrelated options to be set to false.