Closed
Description
Stacktrace is printed out to Test Output
as plain text. It would be useful if we could click on specific line and navigate to related code.
case:
e.g. test fails with such output in Test Output
window:
ERROR: NoSuchMethodError: The method 'call' was called on null.
Receiver: null
Tried calling: call()
dart:core Object.noSuchMethod
test/service/geocode_repository_mock.dart 12:7 MockGeocodeRepository.locationsFromCoordinates
package:mypackage/src/feature/location_picker/bloc/location_picker_bloc.dart 32:29
<...>
expectation:
clicking package:mypackage/src/feature/location_picker/bloc/location_picker_bloc.dart 32:29
navigates to location_picker_bloc.dart 32