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 可以在没有浏览器的情况下运行测试。我也需要用风车做这个。有没有办法在风车中做到这一点?
感谢!
如果您希望以无头模式(无显示器)运行 Windmill,您可以通过运行
Xvfb :99 -ac &
DISPLAY=:99 风车 firefox -e test=/path/to/your/test.py