Disable test parameters for now.
This commit is contained in:
committed by
Benoit Marty
parent
2ef43173e7
commit
e67cd22861
@@ -22,5 +22,5 @@ enum class BaseDeviceConfig(
|
||||
val deviceConfig: DeviceConfig,
|
||||
) {
|
||||
NEXUS_5(DeviceConfig.NEXUS_5),
|
||||
PIXEL_C(DeviceConfig.PIXEL_C),
|
||||
//PIXEL_C(DeviceConfig.PIXEL_C),
|
||||
}
|
||||
|
||||
@@ -79,9 +79,9 @@ class ScreenshotTest {
|
||||
fun preview_tests(
|
||||
@TestParameter(valuesProvider = PreviewProvider::class) componentTestPreview: TestPreview,
|
||||
@TestParameter baseDeviceConfig: BaseDeviceConfig,
|
||||
@TestParameter(value = ["1.0", "1.5"]) fontScale: Float,
|
||||
@TestParameter(value = ["1.0"/*, "1.5"*/]) fontScale: Float,
|
||||
@TestParameter(value = ["light", "dark"]) theme: String,
|
||||
@TestParameter(value = ["en", "fr", "de", "ru"]) localeStr: String,
|
||||
@TestParameter(value = ["en", /*"fr", "de", "ru"*/]) localeStr: String,
|
||||
) {
|
||||
paparazzi.unsafeUpdateConfig(
|
||||
baseDeviceConfig.deviceConfig.copy(
|
||||
|
||||
Reference in New Issue
Block a user