junit - How to pass @CucumberOptions as parameters from Jenkin's job -
i have 5 junit test classes
execute test cases
in parallel , have hardcoded cucumber --tags
in @cucumberoptions
. want pass cucumber --tags
parameters jenkin's
job.
ex:
-- tags = {@students,@courses,@faculties,@admin,@visitors}
in way each tag
assigned junit runner
randomly when job invoked.
any suggestion appreciated. . in advance.
Comments
Post a Comment