imbo / behat-api-extension

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

Remove base_uri connection validation #99

Closed christeredvartsen closed 3 years ago

christeredvartsen commented 3 years ago

When trying to test against a base_uri that is not up and running, the test suite will most likely fail on the first test, instead of the extension failing before the test suite has even started.

Resolves #98

/cc @Taluu