aves_mio/test_driver/common_test.dart
Fabio Micheluz 2c988f959b
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-02-19 13:25:23 +01:00

23 lines
829 B
Dart

/*
This file is imported by driver test files.
It should not import, directly or indirectly,
`dart:ui`, `flutter/widgets.dart', etc.
*/
const adbRoot = '/sdcard';
const androidRoot = '/storage/emulated/0';
const shadersSourceDir = 'test_driver/assets/shaders/';
const shadersTargetDirAdb = '$adbRoot/Pictures/Aves Test Driver/';
const shadersTargetDirAndroid = '$androidRoot/Pictures/Aves Test Driver';
// Cover items should be:
// - dated in the future,
// - geotagged for each country to cover.
// Viewer items should be:
// - larger than screen,
// - located,
// - tagged (one tag only, so filter chips fit on one line).
const screenshotsSourceDir = 'test_driver/assets/screenshots/';
const screenshotsTargetDirAdb = '$adbRoot/Pictures/TD/Aves/';
const screenshotsTargetDirAndroid = '$androidRoot/Pictures/TD/Aves';