Test your external API with Cucumber
Introducing an extension to Cucumber that allows BDD-style testing of API If it is your first time hearing about Cucumber or BDD in general, no sweat. In short, it allows you to specify your expectation in plain, readable text, meaning even your product managers can (almost) read and understand it! However, what I like about …