garris / BackstopJS

Catch CSS curve balls.
http://backstopjs.org
MIT License
6.67k stars 605 forks source link

Remote command : compatibility with Windows #1440

Closed ajoah closed 1 year ago

ajoah commented 1 year ago

Remote command doesn't work anymore on Windows after the PR #1439 Indeed, we can't use same code to add env variables to command on Linux and Windows. So using the exec command env option.