Omenia / robotframework-whitelibrary

Library for automating Windows GUI technologies with Robot Framework. WhiteLibrary wraps the White automation framework.
Apache License 2.0
54 stars 15 forks source link

WIP: Write White console logs to Robot logs and set log level #167

Closed eeter closed 5 years ago

eeter commented 5 years ago

Fixes #121, fixes #126

eeter commented 5 years ago

Currently errors from nested keywords (e.g. Run Keyword And Ignore Error) are logged at Error level with Robot's logger.

eeter commented 5 years ago

Closing for now to see if there is a better way to achieve this.