Skip to content

Allow passing XVFB parameters via env variableΒ #6255

Open
@bahmutov

Description

@bahmutov

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

xvfb_args: ['-screen', '0', '1280x1024x24'],

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    E2EIssue related to end-to-end testingclistage: proposal πŸ’‘No work has been done of this issuetype: featureNew feature that does not currently exist

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions