aves_mio1/.flutter/dev/integration_tests/deferred_components_test
FabioMich66 19a982ede6
Some checks are pending
Quality check / Flutter analysis (push) Waiting to run
Quality check / CodeQL analysis (java-kotlin) (push) Waiting to run
first commit
2026-03-05 15:51:30 +01:00
..
android first commit 2026-03-05 15:51:30 +01:00
lib first commit 2026-03-05 15:51:30 +01:00
test_driver first commit 2026-03-05 15:51:30 +01:00
.gitignore first commit 2026-03-05 15:51:30 +01:00
deferred_components_loading_units.yaml first commit 2026-03-05 15:51:30 +01:00
download_assets.sh first commit 2026-03-05 15:51:30 +01:00
pubspec.yaml first commit 2026-03-05 15:51:30 +01:00
README.md first commit 2026-03-05 15:51:30 +01:00
run_release_test.sh first commit 2026-03-05 15:51:30 +01:00

Deferred components integration test app

Setup

This integration test app requires manually downloading additional assets to build. Run

./download_assets.sh

before running any of the tests.

Tests

This app contains two sets of tests:

  • flutter drive tests that run a debug mode app to validate framework side logic
  • run_release_test.sh <bundletool.jar path> which builds and installs a release version of this app and validates the loading units are loaded correctly. A path to bundletool.jar must be provided