I am trying to follow this post to run a specific scenario and I am failing at doing this when running the stand-alone version (v0.9.1).
My experiments:
(1)
java -Dkarate.options="--name ^bla$" -jar karate.jar features/many.feature
It runs all scenarios from the feature file.
(2)
java -Dkarate.options="classpath:features/many.feature --name ^bla$" -jar karate.jar
starts the UI without executing a test case.
What am I missing here?