mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
[ADF-5235] Facet fix and improve search test (#6122)
* improve search test * fix * fix * fix * changes * modify * logout public URL * improve stability some e2e * fx lint * fix * fix * improve * fix * improve * fix * fix * fix * fix [skip ci] * fix * some fix [skip ci] * fix * fix lint * fix * fix * fix * fix * fix * fix * fix * fix * fix * convert C291893 in manual test case in testrail * fix * fix
This commit is contained in:
@@ -97,7 +97,8 @@ let specExists = function (listSpecs) {
|
||||
specs();
|
||||
|
||||
exports.config = {
|
||||
allScriptsTimeout: TIMEOUT,
|
||||
|
||||
allScriptsTimeout: 30000,
|
||||
|
||||
specs: arraySpecs,
|
||||
|
||||
@@ -136,7 +137,7 @@ exports.config = {
|
||||
'--no-sandbox',
|
||||
'--disable-web-security',
|
||||
'--disable-browser-side-navigation',
|
||||
'-allow-running-insecure-content',
|
||||
'--allow-running-insecure-content',
|
||||
...(BROWSER_RUN === true ? [] : ['--headless'])]
|
||||
}
|
||||
},
|
||||
@@ -154,13 +155,14 @@ exports.config = {
|
||||
resources: RESOURCES
|
||||
},
|
||||
|
||||
framework: 'jasmine2',
|
||||
framework: 'jasmine',
|
||||
|
||||
getPageTimeout: 90000,
|
||||
|
||||
jasmineNodeOpts: {
|
||||
showColors: true,
|
||||
defaultTimeoutInterval: 120000,
|
||||
defaultTimeoutInterval: 180000,
|
||||
includeStackTrace: true,
|
||||
print: () => {
|
||||
},
|
||||
...smartRunner.withOptionalExclusions(
|
||||
@@ -184,7 +186,8 @@ exports.config = {
|
||||
writeReportFreq: 'end',
|
||||
imageToAscii: 'none',
|
||||
htmlOnExpect: 'none',
|
||||
htmlOnSpec: 'none'
|
||||
htmlOnSpec: 'none',
|
||||
clearFoldersBeforeTest: false
|
||||
}],
|
||||
|
||||
onCleanUp(results) {
|
||||
|
Reference in New Issue
Block a user