stepStream property

Stream<TestReportStep>? stepStream

Returns the test step stream for the report. This will return null if the report has already been completed. Listeners will be notified with every completed test step.

Implementation

Stream<TestReportStep>? get stepStream => _stepStreamController?.stream;