Import Compound tests from project https://github.com/element-hq/compound-android
This commit is contained in:
parent
9c994da832
commit
8bc92a2a87
40 changed files with 678 additions and 1 deletions
|
|
@ -1,3 +1,5 @@
|
|||
import extension.testCommonDependencies
|
||||
|
||||
/*
|
||||
* Copyright 2022, 2025 New Vector Ltd.
|
||||
*
|
||||
|
|
@ -7,12 +9,21 @@
|
|||
|
||||
plugins {
|
||||
id("io.element.android-compose-library")
|
||||
alias(libs.plugins.roborazzi)
|
||||
}
|
||||
|
||||
android {
|
||||
namespace = "io.element.android.compound"
|
||||
|
||||
testOptions {
|
||||
unitTests.isIncludeAndroidResources = true
|
||||
}
|
||||
|
||||
dependencies {
|
||||
implementation(libs.showkase)
|
||||
testCommonDependencies(libs)
|
||||
testImplementation(libs.test.roborazzi)
|
||||
testImplementation(libs.test.roborazzi.compose)
|
||||
testImplementation(libs.test.roborazzi.junit)
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue