Add and format metadata with rebot

Hello,

i am actually trying to add some metadata information to my report . test execution, and post processing with rebot should happen in a bash script. I already tried something like:
rebot --metadata mymetadata:"- first line" \n “- second line” output.xml
I was expecting a list with 2 rows but still getting just one line!

any suggestion?

Thanky

Note: I’m have no experience with rebot

The reports are usually HTML, and html largely ignores line breaks \n \r\n \r so you might want to try replacing that \n in your command with a <br> (html line break)

Hope that helps,

Dave.

Thanks for your help, but it still not working :frowning:

rebot