Tuesday, 29 May 2018

[Testlink] (to converted to an insight, for now just a question) Is it possible to use html in the (execution) notes?

Interesting question as line breaks and spaces get condensed. Use instead
bla<br/>blörtz
or
<ul>
    <il>bla</il>
    <il>blörtz</il>
</ul>

No comments:

Post a Comment

[git] Create a local branch from another branch

From the active branch git checkout -b <LOCAL_BRANCH> From a donator branch git checkout -b <LOCAL_BRANCH> <DONATING_BRANCH...