sakuli / sakuli

Version 2 of Sakuli E2E-Testing and Monitoring Platform.
https://sakuli.io
Apache License 2.0
47 stars 8 forks source link

How to generate html reports? #170

Closed rahulmr closed 4 years ago

rahulmr commented 5 years ago

Short summary How to generate html reports?

Detailed question

We need to compare time taken by each step in a scenario? Is there any way to generate proper html reports or some csv files? The generated html report should be shareable or say should be a single file html or htm file with pass and fail data along with elapse time for every step.

s1hofmann commented 5 years ago

Hi @rahulmr,

we just discussed the reporting topic. We agree that Sakuli should provide reporting in some way, but we might not stick with HTML output.

We rather thought about providing Maven SureFire Reports

The reasoning for this are the following:

We will open a separate issue for test reports.

Best regards

Simon

rahulmr commented 5 years ago

Thanks Simon!! I was also thinking if as of now is it possible to get report or status as step and elapse time in a csv file. It can help us to check performance of an application.

rahulmr commented 5 years ago

May be you can also check mochaawesome reporter here

rahulmr commented 5 years ago

I also saw that jest-stare and jest-html-reporters are also good option when we use jest as testing framework and typescript.

svettwer commented 4 years ago

Even if this issue is pretty old: Forwarding measurements from test execution can be achieved using Sakuli Forwarder. Currently Icinga2, OMD/Gearman, CheckMK and Prometheus are supported. All of them are part of the Sakuli Enterprise packages. For more information, please have a look at https://sakuli.io/#enterprise.

It is currently not planned to add any file based reports beside enterprise forwards.