[Cucumber] Run Feature File with Tags

@Brandon-Hinds Thanks for your excellent post above.

It looks like the second “Not Working” scenario (keyword created using Katalon Studio’s manual steps screen) does not work in version 8.2.5 either. However, the behavior is somewhat different: the test step now passes but none of the tests in the tagged scenario are executed.
The issue is resolved (tests in the tagged scenario(s) are executed) if the tag is specified as a String (as in your ‘Working’ scenario.
All of the above is with a single tag (haven’t tested with multiple tags).

I have logged the above issue with details in the Bug Reports section of this Forum ([Cucumber] When tags parameter is specified from the Insert List popup in the UI, Run Feature File with Tags completes as Passed but 0 test scenarios and 0 tests are executed ).