How to prepare cucumber with tables in Ruby
cucumber, learn testing, page object gem, ruby, Uncategorized
TL;DR In this post I will explain how to handle cucumber tables in the “Do not repeat yourself [source]” principle. Data Tables are handy for passing a list of values…