]> source.dussan.org Git - nextcloud-server.git/commit
fix(cypress): Do not install calendar app from app store for testing but use locally... 41387/head
authorFerdinand Thiessen <opensource@fthiessen.de>
Fri, 10 Nov 2023 20:28:56 +0000 (21:28 +0100)
committerFerdinand Thiessen <opensource@fthiessen.de>
Sun, 12 Nov 2023 00:13:21 +0000 (01:13 +0100)
commitb2d999fd6835e5c59b6086c658330ce7360a780f
tree0850dcfce7194176c7537ae0b00fa69a617dbf8d
parent3ce31fc1bff99af87f6b9bd3ce74bd41011ce768
fix(cypress): Do not install calendar app from app store for testing but use locally provided test app

Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
cypress/e2e/theming/navigation-bar-settings.cy.ts
cypress/fixtures/testapp/appinfo/info.xml [new file with mode: 0644]
cypress/fixtures/testapp/appinfo/routes.php [new file with mode: 0644]
cypress/fixtures/testapp/img/app.svg [new file with mode: 0644]
cypress/fixtures/testapp/lib/AppInfo/Application.php [new file with mode: 0644]
cypress/fixtures/testapp/lib/Controller/PageController.php [new file with mode: 0644]
cypress/fixtures/testapp/templates/main.php [new file with mode: 0644]
cypress/support/commonUtils.ts