mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2025-07-24 17:31:52 +00:00
run all tests
This commit is contained in:
@@ -10,8 +10,7 @@ const projectRoot = path.resolve(__dirname);
|
|||||||
exports.config = {
|
exports.config = {
|
||||||
allScriptsTimeout: 11000,
|
allScriptsTimeout: 11000,
|
||||||
specs: [
|
specs: [
|
||||||
'./e2e/suites/authentication/login.test.ts',
|
'./e2e/**/*.test.ts'
|
||||||
// './e2e/**/*.test.ts'
|
|
||||||
],
|
],
|
||||||
capabilities: {
|
capabilities: {
|
||||||
'browserName': 'chrome',
|
'browserName': 'chrome',
|
||||||
@@ -53,6 +52,5 @@ exports.config = {
|
|||||||
useFullTestName: false,
|
useFullTestName: false,
|
||||||
reportFailedUrl: true
|
reportFailedUrl: true
|
||||||
}));
|
}));
|
||||||
|
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
Reference in New Issue
Block a user