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!
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)