====== Robotframework ====== ===== Basic ===== Execute all the tests in a .robot file: ''robot file.robot'' Execute a test in a .robot file: ''robot -t "The test" *.robot'' Execute all the tests in a folder of .robot files: ''python -m robot folder'' You can log into console thanks to the [[http://robotframework.org/robotframework/latest/libraries/BuiltIn.html#Log%20To%20Console|Log to console]] keyword into the [[http://robotframework.org/robotframework/latest/libraries/BuiltIn.html|built in library]].