Open
Description
Similar to #804 (same pull request should close both this and #804)
In the line below we explicitly initialize Xvfb screen. We should allow overwriting these values with user values from an environment variable, for example
XVFB_ARGS=-screen 0 1280x1024x24
Line 14 in c29f383
The XVFB_ARGS
would be parsed from a single string into an array of strings using spaces as separators and passed into Xvfb object. Might be a good idea to print parsed values to STDOUT to let the user know that non-default values are used.