Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
S
searx-engine
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
gargantext
searx-engine
Commits
609ac579
Commit
609ac579
authored
Jul 12, 2019
by
Dalf
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
.travis.yml: robot tests: remove the xvfb dependency
parent
fbe40001
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
4 deletions
+1
-4
.travis.yml
.travis.yml
+0
-3
testing.py
searx/testing.py
+1
-1
No files found.
.travis.yml
View file @
609ac579
...
...
@@ -9,9 +9,6 @@ cache:
addons
:
firefox
:
"
latest"
before_install
:
-
"
export
DISPLAY=:99.0"
-
"
sh
-e
/etc/init.d/xvfb
start"
install
:
-
./manage.sh install_geckodriver ~/drivers
-
export PATH=~/drivers:$PATH
...
...
searx/testing.py
View file @
609ac579
...
...
@@ -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
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment