Skip to content

[Question] How to submit a carriage return '\n' on a note on test result ? #110

@eskignax

Description

@eskignax

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions