How to use Runner to run a test scenario with an upload file step?
Put your file in host machine
Copy the files to the host directory that is mounted to the Runner's volume. The Runner's volume is specified by yourself using
-v
when deploying the Runner.Open the test step that requires using files in Apidog
In the Apidog test scenario, locate the step details for the file upload request and click the "Batch Edit" button in top-right corner.
Change the file path in the request parameters
Replace the file field parameter value with the file path in the Runner's directory (e.g., 
/opt/runner/yourfilename.jpg
).Modified at 2025-03-12 09:14:10