alexandrehtrb / Pororoca

An API testing tool with support for HTTP/2 and HTTP/3. Alternative to Postman.
https://pororoca.io
Other
500 stars 38 forks source link

Macros #104

Open alexandrehtrb opened 5 months ago

alexandrehtrb commented 5 months ago

We could have macros, like in Excel and Notepad++, but for sending requests.

Example of a request macro to simulate a purchase:

1) login req 2) add to cart req 3) confirm order req 4) check order delivery status req 5) check warehouse item quantity req

Optional delay between each request