Move io.element.android.tests.uitests.ScreenshotTest to ui.T to generate much shorter name for screenshot files.
This commit is contained in:
parent
9c60f78c86
commit
b7be2165a7
10 changed files with 20 additions and 32 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue