mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-09-17 14:21:29 +00:00
smoke test suite (#6874)
This commit is contained in:
@@ -103,6 +103,19 @@ exports.config = {
|
||||
|
||||
specs: arraySpecs,
|
||||
|
||||
suites: {
|
||||
smokeTest: [
|
||||
"e2e/core/login/**/**/*e2e.ts",
|
||||
"e2e/core/viewer/**/**/*e2e.ts",
|
||||
"e2e/content-services/document-list/**/**/*e2e.ts",
|
||||
"e2e/content-services/metadata/**/**/*e2e.ts",
|
||||
"e2e/process-services/process/**/**/*e2e.ts",
|
||||
"e2e/process-services/form/**/**/*e2e.ts",
|
||||
"e2e/process-services-cloud/process/**/**/*e2e.ts",
|
||||
"e2e/process-services-cloud/form-field/**/**/*e2e.ts"
|
||||
]
|
||||
},
|
||||
|
||||
useAllAngular2AppRoots: true,
|
||||
|
||||
capabilities: {
|
||||
|
Reference in New Issue
Block a user