PATROL: Flutter Multi Modularisation Support? #1628
-
I am just starting to use Patrol for the Integration Tests. I need to integrate the patrol tests in multi modularity. Does it support multi modularity? If so can you please share me a sample code or a git repo to that please? |
Beta Was this translation helpful? Give feedback.
Answered by
bartekpacia
Aug 15, 2023
Replies: 1 comment 3 replies
-
Hi @RashmiShashindra, please clarify what you mean. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
(By Patrol I'm assuming you mean Patrol's native automation feature).
Patrol is for E2E testing your real app on a real device. So I think you should create the
integration_test
directory in your app's main package (where the Dart entrypoint is) and write tests there.