Function on WS #1050
hsabillon7
started this conversation in
Artillery
Function on WS
#1050
Replies: 1 comment
-
So I actually make some progress on how to run a custom client on function. My code is something like this
I've also added this information to the My only doubt at this point is if returning an error is taken as a failed request for Artillery... |
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
-
It's possible for Artillery to run a WebSocket test with all the logic inside a function and when the function finishes the test is finished for each virtual user. Because we have a custom client that does all the logic of the connection and petitions. If a run the test below it runs the function successfully but the test for the virtual user it's never completed. Do I have to add some code to the function or it's even possible to do what I'm looking for?
Beta Was this translation helpful? Give feedback.
All reactions