generated from coulomb/repo-seed
60 lines
1.4 KiB
JSON
60 lines
1.4 KiB
JSON
{
|
|
"id": "cmis-browser-baseline",
|
|
"framework_refs": [
|
|
"cmis.browser-binding.compatibility.v1"
|
|
],
|
|
"extension_refs": [
|
|
"open-cmis-tck"
|
|
],
|
|
"target_profile_ref": "kontextual-cmis-compat",
|
|
"selected_check_groups": {
|
|
"open-cmis-tck": [
|
|
"repository-type",
|
|
"object-content"
|
|
]
|
|
},
|
|
"expectations_ref": "../expectations/cmis-local-harness.json",
|
|
"waivers_ref": null,
|
|
"output_policy": {
|
|
"report_formats": [
|
|
"json",
|
|
"markdown"
|
|
],
|
|
"artifact_retention": "raw-logs-plus-summary"
|
|
},
|
|
"retention_policy": {
|
|
"summary_days": 365,
|
|
"raw_artifact_days": 30
|
|
},
|
|
"runtime_policy": {
|
|
"offline": false,
|
|
"timeout_seconds": 300,
|
|
"opencmis_tck": {
|
|
"repository_id": "compat-tck",
|
|
"requires_java_maven": true,
|
|
"command": [
|
|
"python3",
|
|
"{extension_path}/adapters/opencmis_console_adapter.py",
|
|
"--browser-url",
|
|
"{browser_url}",
|
|
"--repository-id",
|
|
"{repository_id}",
|
|
"--check-group",
|
|
"{check_group}",
|
|
"--artifact-dir",
|
|
"{artifact_dir}",
|
|
"--run-dir",
|
|
"{run_dir}",
|
|
"--extension-path",
|
|
"{extension_path}",
|
|
"--credentials-ref",
|
|
"{credentials_ref}",
|
|
"--target-profile-dir",
|
|
"{target_profile_dir}",
|
|
"--timeout-seconds",
|
|
"{timeout_seconds}"
|
|
]
|
|
}
|
|
}
|
|
}
|