-
New Feature
-
Resolution: Done
-
Minor
-
None
-
-
2.1
Please extend the InfluxDB plugin to send metrics from Serenity reports to InfluxDB.
Example metrics:
- Counts of passing/pending/ignored/skipped/failed/broken/compromised tests
- Execution time / clock time / fastest test / slowest test / average execution time
If there is an existing way to send metrics from Serenity reports then please let me know!
You mean from https://plugins.jenkins.io/serenity?
Currently, you could write custom data to InfluxDB, but then you would need to do the data parsing yourself in your job. However, that might be a bit too troublesome to do in a pipeline, and most probably something the pipeline isn't intended to do anyway.