LinChen
LinChen
@ljharb Thanks for your reply. ๐
@ljharb I tried chai-enzyme@beta this morning, our project contains 600 unit tests(include 257 react compont tests, others are action, store, validation tests), all tests work correctly. For the security policy...
@ayrton weโre lucky, the apis we used didn't change. ๐
how is it going? it has past one and half year, I am waiting for it :)
hi @IvanHorchakov @ariCETester , I have a workaround here I checked in flutter 3.3.9, `flutter drive -d web-server --browser-name chrome` will only lanuch one chrome instance with "chrome is controlled...
@alexanderyoung yes, --browser-name
you can call context.world.appDriver.screenshot() in your step to take screenshot
```dart import 'package:flutter_gherkin/flutter_gherkin.dart'; import 'package:gherkin/gherkin.dart'; /// take a screenshot /// /// Examples: /// /// `When the screenshot "xxx" is taken /// xxx.png will be taken in screenshot folder /// final...
where does your flutter app run? browser or native app? if browser, it's limitted by browser sandbox, you could bild a backend api read file content and pass to flutter...
flutter: 3.0.5 flutter_gherkin: 3.0.0-rc.17