We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
With docker we're getting the following when the .file(..) path is invalid:
.file(..)
$ docker run --rm -it -v $PWD:/host -w /host --network host finestructure/rester multipart.yml 🚀 Resting multipart.yml ... 🎬 login started ... ✅ login PASSED (0s) 🎬 contract started ... id: "8e29e732-36f3-4bc4-923d-5e453729fe41" ✅ contract PASSED (0s) 🎬 document started ... ❌ Error: The operation could not be completed (NSPOSIXErrorDomain.2)
The text was updated successfully, but these errors were encountered:
On macOS this is correctly handled:
🎬 document started ... ❌ Error: The file “foo.png” couldn’t be opened because there is no such file.
Sorry, something went wrong.
No branches or pull requests
With docker we're getting the following when the
.file(..)
path is invalid:The text was updated successfully, but these errors were encountered: