I have multiple scenarios listed in a feature file and I need to run only a single failing scenario (for debugging purposes).
I have mentioned @tag before the scenario but while in Test Runner file when given this tag it is running entire feature file. Please help me out how to put it correctly.
TEST Runner file -
tags={"@Islamic_User_check"},