Provide a strategy to prevent problems with test running on Linux without graphics subsystem #4461
Labels
TYPE: enhancement
The accepted proposal for future implementation.
Milestone
Then somebody runs the tests on Linux without any graphic subsystem (CI machines, docker, etc.), it gets an unclear message about browser disconnection.
The cause of the problem - it's impossible to run the browser in non-headless mode on Linux with a graphics subsystem.
We can fix it using many ways:
xvfb
if it's necessaryWe need to discuss it and choose the best approach.
The text was updated successfully, but these errors were encountered: