-
Notifications
You must be signed in to change notification settings - Fork 120
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
Mobile app integration test CI #81
Comments
Ideally, we should run the complete test suite ( |
I've partially prepared this: there's a TODOs:
|
Is this task already closed? @vaind |
@roiskhoiron No, this is still open. Also note that vaind no longer works on this project, so avoid tagging! |
We should have a way to test ObjectBox runs on mobile (simulator) Android and iOS. From the quick look in the past I think our current tests (/test folder) can't be just executed on the target platform and we would rather need to have an app that instead runs the test suite itself. I've done this quickly in the past with the
/lib/integration_test.dart
. If this is the right approach, it should be moved to a separate dart/flutter project and run from CI for both mobile platforms (when iOS support #47 is merged)The text was updated successfully, but these errors were encountered: