timelines icon indicating copy to clipboard operation
timelines copied to clipboard

Need to implement tests

Open chulwoo-park opened this issue 5 years ago • 4 comments

chulwoo-park avatar Nov 23 '20 11:11 chulwoo-park

error: Missing variable type for 'color'. (implicit_dynamic_variable at lib\showcase\process_timeline.dart:74) error: Missing variable type for 'child'. (implicit_dynamic_variable at lib\showcase\process_timeline.dart:75)

muhaned85 avatar Dec 24 '20 21:12 muhaned85

@chulwoo-park What kind of tests are we looking at? Tests for each widget(component)?

Akora-IngDKB avatar Jan 05 '21 15:01 Akora-IngDKB

@Akora-IngDKB

Even if the code is changed, the current widgets should be drawn the same, so I considering a snapshot test. But I think maintenance will be difficult.

I don't have a specific plan yet other than this. 😢

chulwoo-park avatar Jan 08 '21 18:01 chulwoo-park

Will normal widget tests work fine?

Akora-IngDKB avatar Jan 10 '21 22:01 Akora-IngDKB