Quick reminder - FireFox and Chrome are both available on build servers
Written by: Michael Neale
Developer Zone
1 min read
From time to time - people like to run headless tests against real browsers in their build slaves - well you can. Firefox and Chrome are both included.
You need to start "Xvfb" to make these browsers run without a real screen:
export DISPLAY = :1
Xvfb :1 &