Closed noizwaves closed 6 months ago
The automatically generated reports in scope doctor run miss out on the useful debugging information from any found ScopeReportDefinition.
scope doctor run
ScopeReportDefinition
This PR adds that additional data to the report, safely handling the case where there is no report definition found.
Closes https://github.com/Gusto/dev-environments/issues/471
Ran bin/scope doctor run --only always-fail and confirmed the report included additional data:
bin/scope doctor run --only always-fail
The automatically generated reports in
scope doctor run
miss out on the useful debugging information from any foundScopeReportDefinition
.This PR adds that additional data to the report, safely handling the case where there is no report definition found.
Closes https://github.com/Gusto/dev-environments/issues/471
Testing
Ran
bin/scope doctor run --only always-fail
and confirmed the report included additional data: