chef-selenium
chef-selenium copied to clipboard
Problem with Java executable location
Installing on Windows, I set default['selenium']['windows']['java']
to be some path other than cookbook default, but Chef runs always use default. If I instead set default['selenium']['java']
, my path overrides the default as desired. This is what made me think to make this change.
Is it possible this isn't working? Or am I doing this wrong?