This repository was archived by the owner on Sep 20, 2022. It is now read-only.
This repository was archived by the owner on Sep 20, 2022. It is now read-only.
Add support for REST requests to be triggered #41
Open
Description
Is your feature request related to a problem? Please describe.
Currently all functionality is expected to be performed via websockets, however there are cases when a rest call may trigger a websocket response that needs to be tested.
Describe the solution you'd like
I want to be able to trigger rest requests to be sent when websocket responses are received. I would also like to be able to add triggers to the response from a rest request.
Describe alternatives you've considered
An alternative would be to have separate rest requests being made while a websocket test is running asynchronously.
Additional context
No additional context.