mirror of
https://github.com/searxng/searxng.git
synced 2025-12-23 12:10:00 +00:00
.travis.yml: robot tests: remove the xvfb dependency
This commit is contained in:
@@ -71,7 +71,7 @@ class SearxRobotLayer():
|
||||
def run_robot_tests(tests):
|
||||
print('Running {0} tests'.format(len(tests)))
|
||||
for test in tests:
|
||||
with Browser() as browser:
|
||||
with Browser('firefox', headless=True) as browser:
|
||||
test(browser)
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user