From e740c8a8ea7dc4bbda7dab9a63ec476167c209ef Mon Sep 17 00:00:00 2001 From: Matej Cotman Date: Sun, 12 Jan 2014 12:40:27 +0100 Subject: tests and robot tests framework, build overhaul --- searx/tests/robot/test_basic.robot | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 searx/tests/robot/test_basic.robot (limited to 'searx/tests/robot/test_basic.robot') 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 + -- cgit v1.2.3