Top-Q / difido-reports

This project aims to provide a generic implementation for HTML test reports.
http://top-q.github.io/difido-reports
Apache License 2.0
47 stars 31 forks source link

Added API for getting execution active status #232

Closed aviel-checkpoint closed 4 years ago

aviel-checkpoint commented 5 years ago

Due to Database usage - 'ExecutionMetadata' not containing 'active' status anymore, instead, 'ExecutionState' is containing it. Therefore, the API 'getMetadata' not returning 'active' as it used to. I've added a new API that returns it.