Error when starting Patrol example test from IDE: Binding is already initialized #1528
Replies: 1 comment 5 replies
-
Starting from IDE is not supported right now. We do have some plans to add it in the future - see e.g #1342 and #1504. |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
When starting example_test.dart in the Patrol source code from Visual Studio as a test it raises an error:
Why? How is this test supposed to be started from an IDE?
Because when I start it with the command-line it works:
patrol test --target integration_test/example_test.dart
Beta Was this translation helpful? Give feedback.
All reactions