split UI tests in 3 parts

This commit is contained in:
Michael Barz
2020-10-01 15:53:20 +02:00
parent f899ada824
commit 50fcc23ac7
+5 -3
View File
@@ -26,17 +26,19 @@ config = {
'webUICreateFilesFolders',
'webUIDeleteFilesFolders',
'webUIFavorites',
],
'phoenixWebUI2' : [
'webUIFiles',
'webUILogin',
'webUINotifications',
],
'phoenixWebUI2': [
'webUIAccount',
'webUIPrivateLinks',
],
'phoenixWebUI3': [
'webUIRenameFiles',
'webUIRenameFolders',
'webUITrashbin',
'webUIUpload',
'webUIAccount',
# All tests in the following suites are skipped currently
# so they won't run now but when they are enabled they will run
'webUIRestrictSharing',