Open
Description
Summary
When I run a similar project in Travis CI I get this error:
Running headless tests in Chrome with `/Users/travis/Library/Caches/.wasm-pack/chromedriver-b5d7e439698af816/chromedriver`
driver status: signal: 9
driver stdout:
Starting ChromeDriver 2.46.628411 (3324f4c8be9ff2f70a05a30ebc72ffb013e1a71e) on port 59072
Only local connections are allowed.
Please protect ports used by ChromeDriver and related test frameworks to prevent access by malicious code.
So I am not sure how you are able to get travis to run --chrome --headless
Any ideas?
BTW: In "-script" I see "cd testing" but there is no such folder. I don't see it created during setup, but maybe wrong.