-
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!
[JENKINS-60687] Extend the InfluxDB plugin to send metrics from Serenity reports to InfluxDB
Description |
Original:
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 tim |
New:
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! |
Resolution | New: Done [ 10000 ] | |
Status | Original: Open [ 1 ] | New: Fixed but Unreleased [ 10203 ] |
Released As | New: 2.1 | |
Status | Original: Fixed but Unreleased [ 10203 ] | New: Resolved [ 5 ] |
Status | Original: Resolved [ 5 ] | New: Closed [ 6 ] |
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.