: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.
For now we have a pretty verbose way to express assertions to be made on complex objects, like this:
I think we could provide the ability to use shorter notation, like this:
Here is my proposal to do so (heavily inspired by CSS attribute selectors):
=
~=
*=
$=
^=