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