Sathish
Sathish

Reputation: 360

How to add 'abortedStepsShouldPass' configuration inside the scenario outline in Karate framework?

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);.

reference link

Could you help to resolve this?

Upvotes: 1

Views: 306

Answers (1)

Peter Thomas
Peter Thomas

Reputation: 58088

This is available only in Karate version 0.9.5

Upvotes: 1

Related Questions