wearefrank / ladybug

Enable users of your application to debug and test it
Apache License 2.0
12 stars 8 forks source link

Added field in TestTool for the reports in progress threshold time and an API get request for this field. #220

Closed MarkvdVorst closed 4 months ago

MarkvdVorst commented 4 months ago

in TestTool.java: added a field to store the time it takes before ladybug-frontend should show a warning about a report being in progress for too long. (in milliseconds)

in TestToolApi.java: get request for reports in progress threshold time field from TestTool

This is added for issue "Show reports in progress warning #361" in the ladybug-frontend project