Improve screenshot testing with ComposablePreviewScanner (#3125)
* Use ComposablePreviewScanner to rework how screenshot testing works * Add test sharding * Update screenshots * Fixes for Element Gallery --------- Co-authored-by: ElementBot <benoitm+elementbot@element.io> Co-authored-by: Benoit Marty <benoit@matrix.org>
This commit is contained in:
parent
d68ddc6423
commit
b0cebf5ca0
2063 changed files with 1607 additions and 1768 deletions
|
|
@ -27,6 +27,13 @@ pluginManagement {
|
|||
dependencyResolutionManagement {
|
||||
repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
|
||||
repositories {
|
||||
maven {
|
||||
url = URI("https://jitpack.io")
|
||||
content {
|
||||
includeModule("com.github.sergio-sastre.ComposablePreviewScanner", "android")
|
||||
includeModule("com.github.sergio-sastre.ComposablePreviewScanner", "core")
|
||||
}
|
||||
}
|
||||
// Snapshot versions
|
||||
maven {
|
||||
url = URI("https://s01.oss.sonatype.org/content/repositories/snapshots")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue