A logging facility for Robot Framework Listeners.
print_args
: bool, print keyword argumentsprint_elapsed_time
: bool, print keyword elapsed timeindex_keywords
: bool, print keyword uricode_editor
: str, code editor to use in environments that support uri navigation
To add the Robot Autologger to your Robot Framework test suite execution, add the following arguments to the robot
command:
robot --console quiet --listener /path/to/Listener.py:<print args>:<print_elapsed_time>:<index_keywords>:<code_editor>
--console quiet
since the --listener
takes care of logging events from the test suite.