:sparkles: :rocket: Veggies is an awesome cucumberjs library for API/CLI testing. Great for testing APIs built upon Express, Koa, HAPI, Loopback and others. It's also the perfect companion for testing CLI applications built with commander, meow & Co.
Currently the step definition to set a specific header (Given I set 'someHeader' header to 'headerValue') does not support snake case notaion (i.e: My_Specific_Header)
Currently the step definition to set a specific header (
Given I set 'someHeader' header to 'headerValue'
) does not support snake case notaion (i.e: My_Specific_Header)