|
|
|
|
|
by vito
3737 days ago
|
|
We run browser-based tests in our own pipeline (I'm on the Concourse team). We just use `xvfb-run` around our test script. We also build VirtualBox images using a systemd-based Garden backend running on a dedicated server (not a VM). I find these approaches better than risking test pollution, especially when it comes to building VMs and spinning up desktop apps. |
|