Behatch / contexts

Behat extension with most custom helper steps
Other
393 stars 203 forks source link

#CHANGE Added "node"-names to each Exception to improve readability #286

Closed DasBen closed 1 year ago

DasBen commented 4 years ago

For my projects I'm working on long list like:

And the JSON nodes should be equal to: | data[0].id| 123 | | data[0].mailId| 456 | | data[0].phoneId| 789 | | data[0].addressId| ... |

Currently the behaviour is just to print an Exception that the value does not match, but not for which node this error was thrown.

Now i added the node name to all thrown Exceptions.