···2929 just objectbox-check
3030 flutter test {{ paths }} --fail-fast --timeout=120s
31313232-# Run end-to-end style integration tests from integration_test/
3333-e2e:
3434- just objectbox-check
3535- flutter test integration_test --reporter=failures-only --fail-fast --timeout=180s
3636-3737-# Run one specific end-to-end test file
3838-e2e-file path:
3939- just objectbox-check
4040- flutter test {{ path }} --reporter=failures-only --fail-fast --timeout=180s
4141-4232generate:
4333 flutter pub run build_runner build --delete-conflicting-outputs
4434