From 6188a4c545e6e6794eba943431ec20108553b98f Mon Sep 17 00:00:00 2001 From: Scott Murray Date: Wed, 31 Jul 2024 11:30:22 -0400 Subject: Add support for CI screenshot testing Rework the high-level App & AppView widgets a bit to allow conditionally displaying a simple fixed pattern if the HOMESCREEN_DEMO_CI environment variable is set to anything other than "0". The pattern displayed matches what the Qt homescreen shows for this to allow the CI test to be common. Bug-AGL: SPEC-5203 Change-Id: I36ed77c91304e3b6cdbce6a7350831d52d20d378 Signed-off-by: Scott Murray (cherry picked from commit 25b6a079d5fe9c1365d776298ae5230a4de1ba16) --- lib/export.dart | 1 + 1 file changed, 1 insertion(+) (limited to 'lib/export.dart') diff --git a/lib/export.dart b/lib/export.dart index ef029c7..90ed196 100644 --- a/lib/export.dart +++ b/lib/export.dart @@ -16,6 +16,7 @@ export 'data/models/hybrid.dart'; //Screens export 'presentation/screens/home/home.dart'; +export 'presentation/screens/home/home_ci.dart'; export 'presentation/screens/home/widgets/custom_tile.dart'; export 'presentation/screens/dashboard/dashboard.dart'; export 'presentation/screens/dashboard/widgets/hybrid/hybrid.dart'; -- cgit 1.2.3-korg