Add accountsUi tests

This commit is contained in:
Michael Barz
2020-10-08 16:43:08 +02:00
parent ddaf69f7c4
commit eff92642de
2 changed files with 1 additions and 2 deletions

View File

@@ -142,7 +142,7 @@ def testPipelines(ctx):
pipelines.append(coreApiTests(ctx, config['apiTests']['coreBranch'], config['apiTests']['coreCommit'], runPart, config['apiTests']['numberOfParts'], 'ocis'))
pipelines += uiTests(ctx, config['uiTests']['phoenixBranch'], config['uiTests']['phoenixCommit'])
pipelines.append(accountsUITests(ctx, config['uiTests']['phoenixBranch'], config['uiTests']['phoenixCommit'], 'ocis'))
pipelines.append(accountsUITests(ctx, config['uiTests']['phoenixBranch'], config['uiTests']['phoenixCommit'], 'owncloud'))
return pipelines
def testing(ctx, module):

View File

@@ -12,7 +12,6 @@
"apps": [
"files",
"draw-io",
"pdf-viewer",
"markdown-editor",
"media-viewer"
],