Move io.element.android.tests.uitests.ScreenshotTest to ui.T to generate much shorter name for screenshot files.

This commit is contained in:
Benoit Marty 2023-08-17 18:08:46 +02:00 committed by Benoit Marty
parent 9c60f78c86
commit b7be2165a7
10 changed files with 20 additions and 32 deletions

View file

@ -25,7 +25,8 @@ plugins {
}
android {
namespace = "io.element.android.tests.uitests"
// Keep it as short as possible
namespace = "ui"
}
// Workaround: `kover` tasks somehow trigger the screenshot tests with a broken configuration, removing