robotframework-2.7.7.doc.examples.simple_start.readme.txt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of robotframework Show documentation
Show all versions of robotframework Show documentation
High level test automation framework
The newest version!
This directory contains some sample testcases written in RobotFramework.
To execute them all, run:
pybot *.html
To execute just some of them, run for example:
pybot log_hello_world.html verify_create_file.html
To get more details in the log, use the TRACE switch:
pybot -L TRACE *.html
For more information, please refer to the robotframework.org site and pybot documentation:
pybot --help
Enjoy RobotFramework!