@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?
Asked
Active
Viewed 926 times
1

Rahmat Ramadhani
- 13
- 2
1 Answers
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