ovh / venom

🐍 Manage and run your integration tests with efficiency - Venom run executors (script, HTTP Request, web, imap, etc... ) and assertions
Apache License 2.0
1.06k stars 144 forks source link

Customize Html Test Report - extract the Required data from venom log and Report #802

Closed ushabkrishna closed 3 months ago

ushabkrishna commented 4 months ago

Hi Team

Can some one help me to get the customized report?

Currently my project need is to report the tests run with more specific data and log details accurately with links provided if there is a Failure case.

Current venom html report gives the format with text alone without any indentation, how do i make it more UI friendly on the report Section? any documentation?

ivan-velasco commented 4 months ago

@ushabkrishna This is the file https://github.com/ovh/venom/blob/master/venom_output.html

ushabkrishna commented 4 months ago

Does Venom has any plugin to support the Reporting? and the HTML is having issue at line 165

image
ivan-velasco commented 4 months ago

@ushabkrishna The report above is the template used to generate the html report. If you run a venom testsuite and have the html output enabled (--html-report) it will generate this report. Additionally there is a junit report. More info here

yesnault commented 3 months ago

Thank you @ivan-velasco