--xvfb breaks the --reuse-session / --rs option #3440
Labels
bug
Uh oh... Something needs to be fixed
workaround exists
You can reach your destination if you do this...
When using the --xvfb option on a Linux environment (without desktop), the option --reuse-session has no effet, and the Chrome browser is re-launched on each tests.
More context:
We're using Pytest/SeleniumBase on a Jenkins environment to run our tests.
Jenkins is running on a Linux OS, without desktop, so we are using the --xvfb option, in addition to the --reuse-session to faster our tests.
We have confirmed that the PID of the Chrome browser is updated between tests, indicating that the Chrome browser instance is restarted.
Steps to reproduce
Expected behavior
Actual behavior
Workaround
The text was updated successfully, but these errors were encountered: