aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNaresh Kamboju <naresh.kamboju@linaro.org>2016-08-04 14:18:39 +0530
committerNaresh Kamboju <naresh.kamboju@linaro.org>2016-08-04 14:18:39 +0530
commit3175cd9651df17ab7b27ac752a75e4ebc0d58d75 (patch)
treea3428ec8300bee783bac745a32638e8f122051ad
parent003403f0fb34ca44d1ccdef6b5ee254bb6ae4150 (diff)
README: updated
Signed-off-by: Naresh Kamboju <naresh.kamboju@linaro.org>
-rw-r--r--README.rst26
1 files changed, 24 insertions, 2 deletions
diff --git a/README.rst b/README.rst
index 288e275..3af15b4 100644
--- a/README.rst
+++ b/README.rst
@@ -6,7 +6,7 @@ data syntax and it utilizes the keyword-driven testing approach. Its testing
capabilities can be extended by test libraries implemented either with Python
or Java, and users can create new higher-level keywords from existing ones
using the same syntax that is used for creating test cases. reference: [1]
-
+
[1] http://robotframework.org/
Requirements
@@ -28,6 +28,10 @@ sudo ./install-on-debian.sh
Basic Usage
===========
+robot testcase-name.robot
+
+Examples
+--------
robot chrome-test.robot
robot chromium-test.robot
robot firefox-test.robot
@@ -36,4 +40,22 @@ robot youtube-play-bkk16.robot
robot youtube-play.robot
Run all tests in the current directory
-python -m robot .
+python -m robot .
+
+NOTES
+=====
+Ensure you have right PATH exported before running tests
+
+For more information on usage:
+https://github.com/robotframework/robotframework/blob/master/INSTALL.rst
+
+License
+=======
+Robot Framework is open source software released under Apache License 2.0,
+and most of the libraries and tools in the ecosystem are also open source.
+The framework was initially developed at Nokia Networks and it is nowadays
+sponsored by Robot Framework Foundation.
+
+Feedback and Support
+====================
+Contact naresh.kamboju@linaro.org