objectbox/objectbox-dart

Mobile app integration test CI

开放

#81 创建于 2019年12月2日

 (12 条评论) (0 个反应) (0 位负责人)Dart (157 个派生)github user discovery
good first issueinternal

仓库指标

星标
 (1,226 个星标)
PR 合并指标
 (30 天内没有已合并 PR)

描述

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)

贡献者指南