This repository was archived by the owner on Jan 14, 2025. It is now read-only.
This repository was archived by the owner on Jan 14, 2025. It is now read-only.
Can't run tests successfully on Windows #50
Closed as not planned
Description
When running npm test
, an error occurs in the stop
script:
> ./test/screenshot/stop.sh
'.' is not recognized as an internal or external command, operable program or batch file.
This might be because ps aux
has different output format in MinGW on Windows. (I assume it wouldn't work at all from a standard command prompt.)