temyers / cucumber-jvm-parallel-plugin

Maven plugin to help running Cucumber features in parallel
Apache License 2.0
129 stars 121 forks source link

Counter character length customisable pattern #160

Closed sureshnath closed 6 years ago

sureshnath commented 6 years ago

{c} - default 2 digit length - 01,02,03 .. 99, 100,101 .... {c:5} - default 1 digit length, mod by 5 - 0,1,2,3,4 {1c} - one digit length - 1,2,3 .. 9, 10,11 .... {3c} - 3 digit length - 001,002 ..... 999, 1000, 1001 ..... {2c:16} - 2 digit length, mod by 16 - 00,01,02 ... 15

sureshnath commented 6 years ago

trying to close and open to initiate a build again

temyers commented 6 years ago

Thanks. LGTM!