Reputation: 360
I would like to add 'abortedStepsShouldPass' for just one scenario outline in a feature file.
When I tried to add * configure abortedStepsShouldPass = true
inside my scenario outline and I got the error as > unexpected 'configure' key: 'abortedStepsShouldPass'
I got the same error too when added the configuration in karate.config.js like
karate.configure('abortedStepsShouldPass', true);
.
Could you help to resolve this?
Upvotes: 1
Views: 306