test: update tests to include silent flag
This commit is contained in:
@ -14,6 +14,7 @@ generateKeycloakThemeResources({
|
|||||||
"extraPages": ["my-custom-page.ftl"],
|
"extraPages": ["my-custom-page.ftl"],
|
||||||
"extraThemeProperties": ["env=test"],
|
"extraThemeProperties": ["env=test"],
|
||||||
"isStandalone": true,
|
"isStandalone": true,
|
||||||
"urlPathname": "/keycloakify-demo-app/"
|
"urlPathname": "/keycloakify-demo-app/",
|
||||||
|
"isSilent": false
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
@ -8,6 +8,7 @@ export function setupSampleReactProject() {
|
|||||||
downloadAndUnzip({
|
downloadAndUnzip({
|
||||||
"url": "https://github.com/InseeFrLab/keycloakify/releases/download/v0.0.1/sample_build_dir_and_package_json.zip",
|
"url": "https://github.com/InseeFrLab/keycloakify/releases/download/v0.0.1/sample_build_dir_and_package_json.zip",
|
||||||
"destDirPath": sampleReactProjectDirPath,
|
"destDirPath": sampleReactProjectDirPath,
|
||||||
"cacheDirPath": pathJoin(sampleReactProjectDirPath, "build_keycloak", ".cache")
|
"cacheDirPath": pathJoin(sampleReactProjectDirPath, "build_keycloak", ".cache"),
|
||||||
|
"isSilent": false
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user