I would like to add the strings that I get in the steps from the cucumber feature to a list (without using .add
for each string).
e.g., add the following strings in a list "string1","string2","string3"
Also, it would be nice if I can add on the cucumber feature to file more strings, and those will automatically be appended to the list.
I tried creating a table with Scenario Outline but no luck at the moment.