summaryrefslogtreecommitdiff
path: root/automated/linux/ui-browser-test/robot-test-scripts/chromium-test.robot
diff options
context:
space:
mode:
Diffstat (limited to 'automated/linux/ui-browser-test/robot-test-scripts/chromium-test.robot')
-rw-r--r--automated/linux/ui-browser-test/robot-test-scripts/chromium-test.robot14
1 files changed, 14 insertions, 0 deletions
diff --git a/automated/linux/ui-browser-test/robot-test-scripts/chromium-test.robot b/automated/linux/ui-browser-test/robot-test-scripts/chromium-test.robot
new file mode 100644
index 0000000..3f56bcd
--- /dev/null
+++ b/automated/linux/ui-browser-test/robot-test-scripts/chromium-test.robot
@@ -0,0 +1,14 @@
+*** Settings ***
+Library Selenium2Library
+
+*** Variables ***
+
+*** Test Cases ***
+Open-Chromium-Browser-Test
+ [Documentation] Test program to open and close chromium browser
+ [Tags] smoketest
+ Open Browser http://www.linaro.org chrome
+ sleep 5s
+ Close Browser
+
+*** Keywords ***