karate icon indicating copy to clipboard operation
karate copied to clipboard

Request to execute a scenario executes entire feature file

Open rwong-gw opened this issue 4 months ago • 7 comments

Karate 1.3 introduced a bug where it would sometimes execute an entire feature file when it was only supposed to execute a single scenario within the feature file. We are working around this bug by always using a Karate PerfHook to execute scenarios.

Attached is a zip file with a test (KarateScenarioTest.java) that reproduces the issue.

karate-scenario-execution-bug.zip

rwong-gw avatar Feb 08 '24 22:02 rwong-gw