Closed tomaslin closed 6 years ago
In your code, you have a column that is password, but this had the same value - a better approach would be to use the mechanism specified here - http://docs.spockframework.org/en/latest/data_driven_testing.html#combining-data-tables-data-pipes-and-variable-assignments and just have password as it's own field, making your test easier to read
Sorry, only recently noticed that there were some pull requests. I've made a note in the [Proposed Changes] wiki page, but I can't just apply the patch because the manuscript needs updating as well.
In your code, you have a column that is password, but this had the same value - a better approach would be to use the mechanism specified here - http://docs.spockframework.org/en/latest/data_driven_testing.html#combining-data-tables-data-pipes-and-variable-assignments and just have password as it's own field, making your test easier to read