From 3175cd9651df17ab7b27ac752a75e4ebc0d58d75 Mon Sep 17 00:00:00 2001 From: Naresh Kamboju Date: Thu, 4 Aug 2016 14:18:39 +0530 Subject: README: updated Signed-off-by: Naresh Kamboju --- README.rst | 26 ++++++++++++++++++++++++-- 1 file 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 -- cgit v1.2.3