PeakyTests / Peaky

Tests as a Service

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Knockout bindings in Monitoring UI case sensitive to API results

PhillipPruett opened this issue · comments

The Api returns all discovered tests in a field called .Tests from the MonitoringTestController. If you have a camel case contract resolver, then .tests is the property from that controller.

Need to either make the knockout check both cases, or configure the monitoring test controller to use the default contract resolver.

issue originally filed by askheaves. while the new UI does not use knockout the bug may still exist.