Passing true null values from Gherkin
By default Gherkin is not able to pass an actual null value from a feature file to a step definition. The following sample allows you to do more than just that. Passing a null value Supports inverse test cases: what if a value is not provided. (At all, not even as an empty string) Passing … Read more