diff --git a/Corona-Warn-App/src/androidTest/java/testhelpers/Screenshot.kt b/Corona-Warn-App/src/androidTest/java/testhelpers/Screenshot.kt
new file mode 100644
index 0000000000000000000000000000000000000000..d152249f02acdf5a903d0bb045c655ed45c595e6
--- /dev/null
+++ b/Corona-Warn-App/src/androidTest/java/testhelpers/Screenshot.kt
@@ -0,0 +1,8 @@
+package testhelpers
+
+@kotlin.annotation.Retention(AnnotationRetention.RUNTIME)
+@Target(
+    AnnotationTarget.FUNCTION,
+    AnnotationTarget.CLASS
+)
+annotation class Screenshot