smoke test suite (#6874)

This commit is contained in:
Eugenio Romano
2021-03-29 15:31:50 +01:00
committed by GitHub
parent afb58470f5
commit 29c9a6a2c0

View File

@@ -103,6 +103,19 @@ exports.config = {
specs: arraySpecs, 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, useAllAngular2AppRoots: true,
capabilities: { capabilities: {