Successfully created and wrote to new file: /home/Messier82/projects/service-book/app/src/androidTest/java/com/yorvana/testsupport/ScreenshotConstants.kt. Here is the updated code: 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" }