I want to create a custom settings (OR Attribute) (say TEST_ID) in Robot Framework to tag them with test id.
During teardown I will use that settings to update my test management tool to record the execution result.
*** Test Cases ***
Test With Settings
[Documentation] Another dummy test
[Tags] dummy owner-johndoe
[TEST_ID] XXX
Log Hello, world!