Background:
Given the following songs
| artist | title |
| 'The Beatles' | 'Let It Be' |
| 'Camel' | 'Slow yourself down' |
And I wait
Scenario: Testing scenario
Given the following users exist <name> <twitter>
| name | twitter |
| 'Oleksandr' | '@olexale' |
| 'Flutter' | '@FlutterDev' |
With this issue I would also like to ask how you can debug a project like this? If It try to run tests from file instead of the overarching flutter test command, I get the following error: Dart library 'dart:ui' is not available on this platform
So with the change I made in https://github.com/olexale/bdd_widget_test/pull/60 I have found an issue I'm having difficulty fixing.
An example:
should give:
but currently gives:
With this issue I would also like to ask how you can debug a project like this? If It try to run tests from file instead of the overarching flutter test command, I get the following error: Dart library 'dart:ui' is not available on this platform