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 = {
|
||||
allScriptsTimeout: 11000,
|
||||
specs: [
|
||||
'./e2e/suites/authentication/login.test.ts',
|
||||
// './e2e/**/*.test.ts'
|
||||
'./e2e/**/*.test.ts'
|
||||
],
|
||||
capabilities: {
|
||||
'browserName': 'chrome',
|
||||
@@ -53,6 +52,5 @@ exports.config = {
|
||||
useFullTestName: false,
|
||||
reportFailedUrl: true
|
||||
}));
|
||||
|
||||
}
|
||||
};
|
||||
|
Reference in New Issue
Block a user