Skip to content

Latest commit

 

History

History
20 lines (11 loc) · 529 Bytes

README.md

File metadata and controls

20 lines (11 loc) · 529 Bytes

Repository for my Robotframework test scripts

To run robot tests use shellscripts.

./run_all_tests.sh

will run all tests in test directory and put results to results folder. Runninng

./run_single_test.sh "testname"

will run test by name and

./run_single_test.sh ./tests

will run all tests in test folder.

Selenium2Library keywords: http://rtomac.github.io/robotframework-selenium2library/doc/Selenium2Library.html#Click%20Button

See more: http://nikinlinux.blogspot.fi/2015/03/robot-framework-installation-on-linux.html