-
Notifications
You must be signed in to change notification settings - Fork 146
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Path of generated test import is broken, when the test file is not in the integration_test folder #2162
Comments
Your tests must be in the |
Thanks for the reply :) Alright. Is there some specific reason it is not supported? Otherwise I would just create a feature request for storing the files in a chosen directory, e.g. the test directory. |
This is how Flutter does it (placing end-to-end/integration tests inside |
Ok, then let's keep it how it is :D So the ticket can be closed then :) |
I've encountered a similar issue on Windows. The command |
Dupe of #1814 ? |
Closing this one as it's resolved, let's continue the |
This issue has been automatically locked since there has not been any recent activity after it was closed. If you are still experiencing a similar problem, please file a new issue. Make sure to follow the template and provide all the information necessary to reproduce the issue. |
Steps to reproduce
Actual results
The generated test_bundle.dart will contain the following import line:
:
and the-
Logs
Logs
Patrol version
patrol: 3.6.0
Patrol Doctor output
Patrol Doctor output
Flutter Doctor output
Flutter Doctor output
The text was updated successfully, but these errors were encountered: