Files
app_Settings/TEST_MAPPING
Joshua McCloskey ade491b466 Adding screenshot tests to postsubmit.
Test: atest --host :postsubmit
Bug: 314807258
Change-Id: I7c593520369f308b5678554f4ea0afe335698a96
2023-12-11 20:37:04 +00:00

47 lines
846 B
Plaintext

{
"presubmit": [
{
"name": "SettingsSpaUnitTests"
},
{
"name": "SettingsUnitTests",
"options": [
{
"include-filter": "com.android.settings.password"
},
{
"include-filter": "com.android.settings.biometrics"
},
{
"include-filter": "com.android.settings.biometrics2"
}
]
}
],
"postsubmit": [
{
"name": "SettingsUnitTests",
"options": [
{
"exclude-annotation": "androidx.test.filters.FlakyTest"
}
]
},
{
"name": "SettingsUITests",
"options": [
{
"exclude-annotation": "org.junit.Ignore"
}
]
},
{
"name": "SettingsPerfTests"
},
{
"name": "SettingsScreenshotRNGTests",
"host": true
}
]
}