-
Hi, when try to execute test with command - patrol test --target integration_test/demo_test.dart import '/demo_test.dart' as __demo_test;
And everything because of in bundle_test.dart auto generated imports are not correct, check on the screenshot but should be './demo_test.dart' or 'demo_test.dart' |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments
-
see the same issue and it's still open maybe somebody solved it? - #1428 |
Beta Was this translation helpful? Give feedback.
-
run test with this command helped to generate correct path - patrol test -t integration_test\demo_test.dart But now getting another problem, see this in terminal: But on emulator nothing happens |
Beta Was this translation helpful? Give feedback.
-
resolved the problem |
Beta Was this translation helpful? Give feedback.
resolved the problem