OmbraDiFenice / newman-reporter-confluence

Apache License 2.0
6 stars 2 forks source link

help need to send the report do confluence #5

Open rmnscb opened 3 years ago

rmnscb commented 3 years ago

Hello, i need help to send the report to confluence. i try to send with this command but don't work :( the command i use is this, i remove some data like url, passwords, user , etc : newman run testimg_collection.json --environment enviroment_dev.json --reporters="cli,confluence" --reporter-confluence-username "user" --reporter-confluence-password "password" --reporter-confluence-baseUrl "https://server.url" --reporter-confluence-parentId "id" --reporter-confluence-spaceId "id"

someone help me ?

Thank you PS - sorry for my bad English .

majung2 commented 3 years ago

Hello @rmnscb, I think your option should be changed into --reporters cli,confluence instead of --reporters="cli,confluence"

Thank you