Import
Importers convert third-party traffic into Speedscale RRPairs that can be replayed as tests or served as dependency mocks.
Choose where the imported traffic should live:
speedctl importcreates a snapshot in Speedscale Cloud.proxymock importwrites local RRPair files and does not require a Speedscale account.
| Format | Cloud snapshot | Local proxymock files |
|---|---|---|
| GoReplay | speedctl import goreplay | proxymock import goreplay |
| HAR and browser traffic | speedctl import har or the UI | proxymock import har |
| HTTP wire files | speedctl import http-wire | proxymock import http-wire |
| Postman | speedctl import postman or the UI | proxymock import postman |
| WireMock | speedctl import wiremock | proxymock import wiremock |
Charles Proxy sessions can be converted to HAR and passed to either HAR importer. JMeter migration records requests while the JMeter plan runs; it does not import .jmx files directly.