Open krashidov opened 5 years ago
ngrok isn't applicable to replay mode, it's only applicable to record mode. In your repro steps it looks like you stop steno before it has a chance to actually record anything.
The way you would record and replay API actions using Steno would be as follows:
Description
Describe your issue here.
What type of issue is this? (place an
x
in one of the[ ]
)Requirements (place an
x
in each of the[ ]
)Bug Report
Filling out the following details about bugs will help us solve your issue sooner.
Reproducible in:
steno version: 1.2.0
OS version(s): Mac OS X 10.14.2
Steps to reproduce:
steno --record --scenario-name createTicket --app localhost:3001 --out-port 3030
steno --replay --scenario-name createTicket --app localhost:3001 --out-port 3030 --in-port 3010
Expected result:
The recorded api call result
Actual result:
If I stop steno, it says none of the requests matched.
Attachments:
Logs, screenshots, screencast, sample project, funny gif, etc.