Cross post for GoogleChrome/chrome-launcher#86
I've created a reproduction here: https://github.com/janpieterz/find-chrome-issue
npm start works, npm test fails.
I launch a Chromeless instance and do something there, this uses chrome-launcher internally to launch a chrome instance. This relies on certain environment variables to detect the Program files folders. These should be case insensitive on Windows + Node, but somehow running it with Jest seems to make them case sensitive.
This is present on:
OS Name: Microsoft Windows 10 Enterprise
OS Version: 10.0.16299 N/A Build 16299
Cross post for GoogleChrome/chrome-launcher#86
I've created a reproduction here: https://github.com/janpieterz/find-chrome-issue
npm startworks,npm testfails.I launch a Chromeless instance and do something there, this uses chrome-launcher internally to launch a chrome instance. This relies on certain environment variables to detect the Program files folders. These should be case insensitive on Windows + Node, but somehow running it with Jest seems to make them case sensitive.
This is present on:
OS Name: Microsoft Windows 10 Enterprise
OS Version: 10.0.16299 N/A Build 16299