Register a listener for requests that match a specific URL pattern
Starts listening for requests that match a specific URL pattern. When awaited
using an await listener step, it will return the
first request matching the pattern, if any.You should register your listener before the request is made. If an action
triggers the request, make sure to add this step before the action in your test.