innogames / ltc

Online web application-dashboard for report analyzing,running and online monitoring of load tests started with JMeter
MIT License
197 stars 96 forks source link

Make CSV headers configurable #3

Closed v0devil closed 6 years ago

v0devil commented 6 years ago

Now all headers for CSV file are hardcoded like: df.columns = [ 'response_time', 'url', 'responseCode', 'success', 'threadName', 'failureMessage', 'grpThreads', 'allThreads' ] These headers must automaticlly recognized from CSV file or manually configurable somewhere in application.