Stack Exchange
Stack Overflow
Questions
Tags
Users
About
Stack Overflow
Public
Questions
Tags
Users
About
How to use OR operator with contains to assert/ match in Karate
Asked
Aug 28 '20 at 04:38
Active
Aug 28 '20 at 04:38
Viewed
29 times
1
I would like to use OR operator with contains , but no luck Here what I have tried
match (response.items[
].type contains 'Order') || (response.items[
].type contains 'Tracking')
pls suggest
karate
asked Aug 28 '20 at 04:38
Pearl
23
2
0 Answers
0