It seems recent Chromium (0.75 and up) do not use chromeOptions anymore for custom parameters, but goog:chromeOptions. So passing things with TEST_CHROME_ARGS does not seem to work anymore? BTW, options I am trying to pass are --no-sandbox --disable-dev-shm-usage which seems to be useful in CI context. Not sure if they should not simply be set by default?
It seems recent Chromium (0.75 and up) do not use
chromeOptionsanymore for custom parameters, butgoog:chromeOptions. So passing things withTEST_CHROME_ARGSdoes not seem to work anymore? BTW, options I am trying to pass are--no-sandbox --disable-dev-shm-usagewhich seems to be useful in CI context. Not sure if they should not simply be set by default?