/node-alpine-chromium

For running browser tests

Primary LanguageDockerfileApache License 2.0Apache-2.0

node-alpine-chromium

For running browser tests using Chromium.

This works with TestCafé in headless mode, with browser set to "chromium:headless".

Note that it won't run as 'root', which means any files written to mounted volumes will need to have lax permissions, e.g.

$ touch thefiletobewritten.xml
$ chmod a+rw thefiletobewritten.xml