automated tests - Multiline Documentation in robot framework -


i want document test scenarios, principle behind scenarios etc. in robot test case itself. documentation need support multiline features , formatting. there anyway include documents in formats rst such have more formatting power easy syntax.

you can spread documentation across multiple lines, , robot supports simple markup. information specific markup supports, see documentation formatting in robotframework users guide.

my team uses pipe-delimited format, , spread documentation out this:

| test case 1 | | [documentation] | | ... | = example heading = | | ... | *bold* _italic_  | | ... | lorem ipsum dolor sit amet, consectetur adipisicing elit, | | ... | eiusmod tempor incididunt ut labore et dolore sed magna | | ... | aliqua. ut enim ad minim veniam, quis nostrud exercitation  | | ... | ullamco laboris nisi ut aliquip ex ea commodo consequat.  

Comments

Popular posts from this blog

Why does Ruby on Rails generate add a blank line to the end of a file? -

keyboard - Smiles and long press feature in Android -

node.js - Bad Request - node js ajax post -