axios library to
Request
Sync requests
You can make synchronous requests in your pre/post scripts. By synchronous, we mean that you can await a request in your scripting code.
Below is an inbuilt example of using
Example:
Was this page helpful?