package com.yorvana.testsupport

object ScreenshotConstants {
    /**
     * The root directory on the device where store screenshots are saved.
     * This path must align with the instrumentation arguments configured in app/build.gradle.kts.
     */
    const val DEVICE_SCREENSHOT_DIR = "/sdcard/test-outputs/screenshots"
}
