Closed spetrovi closed 2 years ago
Hi, currently afk so couldn't check my answer.
# assume a custom field "component" exists, so..
tr = TestRun(...)
# get
tr.component
# set in cache
tr.component= "dummy"
# persist set cache
tr.update()
Wow, amazing, this works for me!
The Examples should maybe be updated, though.
Thanks for help, Sam
Hello, README.md mentions setting custom fields of TestRun via set_custom_field method which doesn't exist in TestRun class.
Should we use the available _set_custom_field method? Or is there some completely different way of populating custom fields od TestRun?
Thanks for answer, Sam