I would like to test a bunch of requests in series, one of which is a multipart file upload. While the request works fine when executed from the collection view, it fails every single time when executed in a runner tab. The exception in console is:
Form param
file
, file load error: PPERM: insecure file access outside working directory
This is all on the same machine. It seems to have trouble accessing the file from the runner somehow. Is there a workaround?