Stéphane DUCORNET

Results 7 comments of Stéphane DUCORNET
trafficstars

Hi, It's a good idea, I need this functionality to add precise time of run to each suite.

This plugin needs to be updated use the V2 embedding method described here: https://flutter.dev/go/android-plugin-migration

Hi, I don't know if the cause is the same as @umangdivyanshu, but I also get this error when the first test is not run. For example, I have 3...

My bad, I didn't see that "Rule" was not implemented. "Rule" was proposed by Gherkin v6, it's not a mandatory feature but if it's quick to implement, it would be...

It appears to be related to your computer's keyboard configuration and that of the iOS simulator keyboard. E.g.: with a French keyboard, "a" is replaced by "q" on the iOS...

The type of the targeted widget is "Semantics" instead of "Text". Can you confirm that **no** Semantics widget was implemented to encapsulate the Text widget? E.g.: ```dart Semantics( label: 'text_semantic_lable',...