Run Integration tests on CodeMagic #1881
Replies: 2 comments
-
Hi @ardeshir-33033, Please share with me which machine you are testing this on. Also, please visit this link for detailed information on Flutter Integration Tests. NOTE: Android emulators are not available on M1 machines. You may use Mac Pro or a Linux instance for it. |
Beta Was this translation helpful? Give feedback.
0 replies
-
This discussion is being closed due to no activity in the last 14 days. You can reopen the discussion at any time if needed. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
If you are looking for help, please confirm the following...
Which mobile framework are you using?
Flutter (Dart)
Steps to reproduce
I want to run integration tests Flutter tests not the Flutter driver is it possible in CodeMagic?
I use this argument in flutter test argument
test integration_test --dart-define=BUILD_TYPE=STAGE
Expected results
this should run the tests in integration_test folder of my project
Actual results
which should work fine but it asks to choose an emulator or device but there is no device available in the list
Build id (optional)
No response
Beta Was this translation helpful? Give feedback.
All reactions