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
local screenshots do not pass (we need to try this again now that we've moved to Docker, but we're pretty sure our documentation does not support Windows users)
@madaz we still need to get screenshot tests to work as well. This specifically references the npm stop/npm start scripts - which are run in a dockerized container. Not sure how our docker container runs on a windows machine.
When running
npm test
, an error occurs in thestop
script: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.)The text was updated successfully, but these errors were encountered: