ekino / veggies

: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.
https://ekino.github.io/veggies/
MIT License
90 stars 18 forks source link

feat(global): Isolate extensions and make it compatible with cumcumber 3 #15

Closed bnadim closed 7 years ago

bnadim commented 7 years ago

Summary Isolated extensions context per world rather than shared module

Test plan

plouc commented 7 years ago

@bnadim, thank you! just a few micro adjustments.

bnadim commented 7 years ago

If you can review please, i followed the reviews

bnadim commented 7 years ago

@plouc i fixed what you asked, fixed compatibility issue with cumcumber 3 and update travis to support cucumber 2 and 3. If it's ok for you please merge it when you can :)