1

@ignore tag will not work if we called the feature file from other feature. Is there any alternative how to ignore specific scenario in called feature?

1 Answers1

0

Don't have multiple scenarios in called features. Re-use is normally needed for very specific needs, such as setting up a test. Also please read this: https://stackoverflow.com/a/54126724/143475

That said, you can see if the "call by tag" approach helps:

https://github.com/karatelabs/karate#call-tag-selector

And refer: https://stackoverflow.com/a/59971678/143475

Peter Thomas
  • 54,465
  • 21
  • 84
  • 248