Replies: 1 comment
-
that error originates here: https://github.com/artilleryio/artillery/blob/main/packages/artillery-plugin-expect/index.js#L139 It could be caused if you have an expectation which looks like this: expect:
# Note the double array here which would lead to the error above
-
- hasProperty: "some_property" |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi @hassy , we have used expect plugin with hasProperty for many endpoints and those expectations is getting passed with ok status however, in console it prints: Expect Plugin: Expectation '0' is not supported. What does that mean ?
Beta Was this translation helpful? Give feedback.
All reactions