midniteio / multi-cuke

Parallel cucumber-js testing via Node's child_process.spawn api
13 stars 4 forks source link

Support the comma delimited lists for a tag #6

Closed midniteio closed 8 years ago

midniteio commented 8 years ago

Logic change to support comma delimited tags as defined by Cucumber (i.e. `-t @Run1,@Run2' should return anything tagged @Run1 OR @Run2, not necessarily both)