I want to run a single robot framework test but when i run through mvn robotframework:run command, it runs all the testcases present in acceptance/tests directory instead of the one specific testcase.
Is there anyway to run just a single testcase ??