You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am getting this error when trying to run provider verification tests. It wants to create a directory under root /publish/ for which it doesn't have permissions. Is there any configuration property that I can use to configure the path, and learn more about what it is trying to do?
Failure/Error: file = File.new("#{@publish_dir}/#{filename}", 'w+')
Errno::ENOENT:
No such file or directory @ rb_sysopen - /publish/0.2795377757053914
# /Users/<user>/.rbenv/versions/3.0.5/lib/ruby/gems/3.0.0/gems/pact-1.64.0/bin/pact:4:in `<top (required)>'
# /Users/<user>/.rbenv/versions/3.0.5/bin/pact:25:in `load'
# /Users/<user>/.rbenv/versions/3.0.5/bin/pact:25:in `<top (required)>'
The text was updated successfully, but these errors were encountered:
I am getting this error when trying to run provider verification tests. It wants to create a directory under root
/publish/
for which it doesn't have permissions. Is there any configuration property that I can use to configure the path, and learn more about what it is trying to do?The text was updated successfully, but these errors were encountered: