Hello, I would like to send multiline notes for testcase result when I use automation.
This currently doesn't work:
`>>> import testlink
tls = testlink.TestLinkHelper().connect(testlink.TestlinkAPIClient)
tls.reportTCResult(a_TestCaseID, a_TestPlanID, 'a build name', 'f',
'note 1st line \n note 2nd line',
user='a user login name', platformid=a_platformID)`
I also tried with <br \> without better success (result still in one line ).
Any idea ?
Thank you.