Generate screenshots for foreign languages ("de" and "fr" for now). #2454
This commit is contained in:
parent
aa2b412684
commit
bdcd515485
8 changed files with 312 additions and 113 deletions
|
|
@ -154,9 +154,14 @@ allprojects {
|
|||
if (isScreenshotTest) {
|
||||
// Increase heap size for screenshot tests
|
||||
maxHeapSize = "2g"
|
||||
// Record all the languages?
|
||||
if (project.hasProperty("allLanguages").not()) {
|
||||
exclude("ui/T.class")
|
||||
}
|
||||
} else {
|
||||
// Disable screenshot tests by default
|
||||
exclude("ui/S.class")
|
||||
exclude("ui/T.class")
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue