Karate – how to check if array contains values?

This will work in 0.9.6.RC4:

* match array contains deep expected

In prior versions:

* match array contains '#(^expected)'

Please read the docs: https://github.com/intuit/karate/tree/develop#schema-validation

Leave a Comment