Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Selenium テストでは、ブラウザなしでテストを実行できる htmlunitdriver があります。風車でもこれを行う必要があります。風車でこれを行う方法はありますか?
感謝!
If you're looking to run Windmill in headless mode (no monitor) you can do it by running
Xvfb :99 -ac &
DISPLAY=:99 windmill firefox -e test=/path/to/your/test.py