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
{{ message }}
This repository has been archived by the owner on Jul 14, 2020. It is now read-only.
Opening a new issue to track fixing issues in Windows support (as seen as a tangential issue in bigtestjs/cli#43)
I have a branch open in my fork (not quite ready for PR yet) that has a couple of the basic issues fixed (primarily in finding various paths, etc.).
Specifically, this commit addresses issues in locating the npx command, and adds an additional path to search for on Windows for chrome. Additionally, I did add a new dependency on the which npm module, so we can avoid shelling out to the which command to find the existence of binaries (and doesn't exist on Windows :))
The text was updated successfully, but these errors were encountered:
Opening a new issue to track fixing issues in Windows support (as seen as a tangential issue in bigtestjs/cli#43)
I have a branch open in my fork (not quite ready for PR yet) that has a couple of the basic issues fixed (primarily in finding various paths, etc.).
Specifically, this commit addresses issues in locating the
npx
command, and adds an additional path to search for on Windows for chrome. Additionally, I did add a new dependency on thewhich
npm module, so we can avoid shelling out to thewhich
command to find the existence of binaries (and doesn't exist on Windows :))The text was updated successfully, but these errors were encountered: