PeakyTests / Peaky

Tests as a Service
Other
5 stars 8 forks source link

Knockout bindings in Monitoring UI case sensitive to API results #17

Open PhillipPruett opened 8 years ago

PhillipPruett commented 8 years ago

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.

PhillipPruett commented 8 years ago

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