I have multiple UI tests in Python along with Selenium. I am trying to use Jenkins for running these based on builds. The problem is that the tests need to use Firefox browser and cannot be headless in nature. They take a long time to run and I have ended up aborting them as no progress or logs are generated.
I have read that on linux this issue can be solved by using the xvfb plugin and running tests. Do we have something similar in Windows with which I can run Firefox browser tests using python and selenium?