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

Upgrade Cucumber to version 7 #60

Closed fthouraud closed 3 years ago

fthouraud commented 3 years ago

Hi folks 👋

This PR changes the following:

Let me know if I missed something 🙏

Closes #57 Closes #62

Crow-EH commented 3 years ago

This is more than a simple upgrade of cucumber, it also stop supporting older versions : Please reflect that in the commit message.

Also, we can't merge it while supporting node 10 and up : Cucumber 7 only supports 12 and up.