authorjapps / authorjapps/zerocode
Hyperlinks under https://zerocode-tdd.tddfy.com/load/Load-or-Performance-Testing-(IDE-based)#how-to-generate-useful-reports-or-statistics-to-explain-the-behaviour-of-the-system-under-test not working
- Dominant language
- Java
- Stars
- 1k
- Forks
- 453
- Avg merge
- 7d 2h
- Merged PRs (30d)
- 5
Description
Hyper links in - https://zerocode-tdd.tddfy.com/load/Load-or-Performance-Testing-(IDE-based)
https://zerocode-tdd.tddfy.com/load/Load-or-Performance-Testing-(IDE-based)#how-to-generate-useful-reports-or-statistics-to-explain-the-behaviour-of-the-system-under-test hyperlinks not working which are under this section. not able to download csv and xlsx files.
Also, needed steps for -
The test reports are generated under /target folder with name zerocode-junit-granular-report.csv which attaches a correlation-id to each test it runs. If more number of steps are run for each scenario, attaches a correlation-id to each step making our life easier to track which test/step failed for what reason.
A sample load report looks like this in [CSV format](https://github.com/authorjapps/helpme/blob/master/zerocode-rest-help/src/test/resources/zz_reports/sample-load-junit-granular-report.csv), but when we draw charts/graphs we get a fancy looks along with a throughput statistics, a sample one looks like [this (download and view in MS Excel)](https://github.com/authorjapps/helpme/blob/master/zerocode-rest-help/src/test/resources/zz_reports/sample-load-junit-granular-report.xlsx)
Contributor guide
Assessment
This issue has not been assessed yet.