summaryrefslogtreecommitdiff
path: root/searx/tests/robot/test_basic.robot
diff options
context:
space:
mode:
authorMatej Cotman <cotman.matej@gmail.com>2014-01-12 12:40:27 +0100
committerMatej Cotman <cotman.matej@gmail.com>2014-01-14 23:31:15 +0100
commite740c8a8ea7dc4bbda7dab9a63ec476167c209ef (patch)
tree19fc35d68eb6570b4d4c8b04cf1f82a7d304dddc /searx/tests/robot/test_basic.robot
parent348187cff9bc3c55c1327f3d7177e6d1a61b8430 (diff)
downloadsearxng-e740c8a8ea7dc4bbda7dab9a63ec476167c209ef.tar.gz
searxng-e740c8a8ea7dc4bbda7dab9a63ec476167c209ef.zip
tests and robot tests framework, build overhaul
Diffstat (limited to 'searx/tests/robot/test_basic.robot')
-rw-r--r--searx/tests/robot/test_basic.robot11
1 files changed, 11 insertions, 0 deletions
diff --git a/searx/tests/robot/test_basic.robot b/searx/tests/robot/test_basic.robot
new file mode 100644
index 000000000..9f68d6693
--- /dev/null
+++ b/searx/tests/robot/test_basic.robot
@@ -0,0 +1,11 @@
+*** Settings ***
+Library Selenium2Library timeout=10 implicit_wait=0.5
+Test Setup Open Browser http://localhost:11111/
+Test Teardown Close All Browsers
+
+
+*** Test Cases ***
+Front page
+ Page Should Contain about
+ Page Should Contain preferences
+