Might be kind of cool to get the Timeline Htmls also in CI builds.
Did you play around with potentially archiving the timeline folder in github actions or would that not work with the way github would then do links etc?
This works already. You can archive the build/timeline folder. By default it places all failed test timelines there. But you can also save all timelines there with
flutter test --dart-define=SPOT_TIMELINE_MODE=always
(the screenshot processing might take a while though)
Comments
Did you play around with potentially archiving the timeline folder in github actions or would that not work with the way github would then do links etc?
flutter test --dart-define=SPOT_TIMELINE_MODE=always
(the screenshot processing might take a while though)
Had hoped that this kind of action would’ve already existed 😂😅