Surok112 / robotframework-maven-plugin

Automatically exported from code.google.com/p/robotframework-maven-plugin
0 stars 0 forks source link

Pass excludes,includes and criticalTags as a comma-delimited string of tags #28

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Currently, the plugin expects the excludes,includes and criticalTags as a List. 
I want to request for a way to pass these tags as a comma-delimited string.

In our solution, the user needs to specify the test tags when he is running 
tests via some scripts. As far as I know, maven does not allow system 
properties of List type to be set from command line without changing the pom 
file. But if the input is a comma-delimited string we can easily set it via 
command line.

Hope that explains the problem we are facing.

Original issue reported on code.google.com by kode...@gmail.com on 5 Sep 2012 at 9:10