You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would love to be able to specifically set the delimiter to be used in the @parameters annotation, so that I would be able to input strings with commas in them.
Kind of like with the awk -F'|' command
I'm thinking somewhere along the lines of this example
We will not introduce such change for couple of reasons. The most important is that @Parameters annotation abstraction supports many types of "source" of parameters - you can provide parameters by String, method or csv file (using source + provider). So it's too general to introduce it there.
It's easy to make it work by providing params with method e.g.
I would love to be able to specifically set the delimiter to be used in the @parameters annotation, so that I would be able to input strings with commas in them.
Kind of like with the awk -F'|' command
I'm thinking somewhere along the lines of this example
I'm open to there being reasons for this being a bad idea, or that I've missed something :)
The text was updated successfully, but these errors were encountered: