How to use matchesRegexp with JSON response #1771
WillGibson
started this conversation in
Artillery
Replies: 1 comment 3 replies
-
hi @WillGibson 👋 that looks like a regexp that should be working - how are you checking that it doesn't? |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Let's say I have a response like this in the debug output...
...and I want to check that the authId contains alphanumeric characters and dots.
I this this expectation should work...
...but it doesn't.
What am I doing wrong?
Beta Was this translation helpful? Give feedback.
All reactions