Hi @Aleks
Please try out the following steps and see if this is what you want:
- Define a Global Variable whose values are tags.
- Write a test case with the runFeatureFolderWithTags keyword whose
tagsparameter is the Global Variable defined in step 1. - Add this test case to a test suite and execute it from Jenkins. Override the Global Variable by your desired scenario tags with
-g_XXX, for example,-g_userName="admin".
Read more about running Cucumber feature files.
Jass