Run one test inside feature filter

Is it possible to run one test from a feature file? For example, I have a login feature with many tests. Each one has a tag for the test case @445, @334… If i go to the feature file and run, it will run all test in that feature. Is it possible to run only one?

1 Like

If we allow running test cases via tags this problem would be solved right?

Yes. Here is the issue I face since we currently cannot. I record my test. I then take the generated code and copy and paste the code into my cucumber steps and enhance it to be more dynamic and handle different scenarios. Maybe there is a better workflow, but I am new to Katalon.

1 Like

Do you know when running test via tags will be available?