PR https://github.com/tag1consulting/goose/pull/422 temporarily disabled --report-file which needs to be updated to properly support the new Test Plan functionality. The HTML report should be able to generally duplicate fmt_overview. The graphs will need to be reworked as GoosePhase::Starting, ::Running and ::Stopping have been replaced with ::Increase, ::Maintain and ::Decrease, each of which can happen multiple times during a given test plan.
PR https://github.com/tag1consulting/goose/pull/422 temporarily disabled
--report-file
which needs to be updated to properly support the new Test Plan functionality. The HTML report should be able to generally duplicatefmt_overview
. The graphs will need to be reworked asGoosePhase::Starting
,::Running
and::Stopping
have been replaced with::Increase
,::Maintain
and::Decrease
, each of which can happen multiple times during a given test plan.