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
In attempting to run tests on linux I have found that the testing framework is very brittle
it requires that google-chrome be in my path otherwise it crashes, it did not look at the fact that chromium is in my path, and it should not fail if someone does not have chrome or firefox not installed.
when using grunt serve it looks like it tries to make a mac specific open call after starting the server, but when that fails the grunt task fails and stops the server
The text was updated successfully, but these errors were encountered:
In attempting to run tests on linux I have found that the testing framework is very brittle
google-chrome
be in my path otherwise it crashes, it did not look at the fact thatchromium
is in my path, and it should not fail if someone does not have chrome or firefox not installed.grunt serve
it looks like it tries to make a mac specificopen
call after starting the server, but when that fails the grunt task fails and stops the serverThe text was updated successfully, but these errors were encountered: