]> source.dussan.org Git - nextcloud-server.git/commit
chore(cypress): Migrate apps acceptance tests to Cypress 41303/head
authorFerdinand Thiessen <opensource@fthiessen.de>
Mon, 6 Nov 2023 11:29:04 +0000 (12:29 +0100)
committerFerdinand Thiessen <opensource@fthiessen.de>
Mon, 6 Nov 2023 14:07:43 +0000 (15:07 +0100)
commit54c934b910f7f86f6f1d85687ab7ea8f8cc49637
tree785934fd945aafa8db3e702576145802e2fd248e
parent81a9e19ace190ea0a64d52d95d341e25c7ad618b
chore(cypress): Migrate apps acceptance tests to Cypress

Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
43 files changed:
.drone.yml
cypress/e2e/login/login.cy.ts
cypress/e2e/settings/apps.cy.ts [new file with mode: 0644]
tests/acceptance/composer.json [deleted file]
tests/acceptance/composer.lock [deleted file]
tests/acceptance/config/behat.yml [deleted file]
tests/acceptance/config/firefox-profiles/css-grid-enabled.zip [deleted file]
tests/acceptance/features/app-comments.feature [deleted file]
tests/acceptance/features/apps.feature [deleted file]
tests/acceptance/features/bootstrap/AppNavigationContext.php [deleted file]
tests/acceptance/features/bootstrap/AppSettingsContext.php [deleted file]
tests/acceptance/features/bootstrap/AppsManagementContext.php [deleted file]
tests/acceptance/features/bootstrap/CommentsAppContext.php [deleted file]
tests/acceptance/features/bootstrap/ContactsMenuContext.php [deleted file]
tests/acceptance/features/bootstrap/DialogContext.php [deleted file]
tests/acceptance/features/bootstrap/FeatureContext.php [deleted file]
tests/acceptance/features/bootstrap/FileListAncestorSetter.php [deleted file]
tests/acceptance/features/bootstrap/FileListContext.php [deleted file]
tests/acceptance/features/bootstrap/FilesAppContext.php [deleted file]
tests/acceptance/features/bootstrap/FilesAppSharingContext.php [deleted file]
tests/acceptance/features/bootstrap/NotificationsContext.php [deleted file]
tests/acceptance/features/bootstrap/PublicShareContext.php [deleted file]
tests/acceptance/features/bootstrap/SearchContext.php [deleted file]
tests/acceptance/features/bootstrap/SettingsContext.php [deleted file]
tests/acceptance/features/bootstrap/SettingsMenuContext.php [deleted file]
tests/acceptance/features/bootstrap/ToastContext.php [deleted file]
tests/acceptance/features/bootstrap/WaitFor.php [deleted file]
tests/acceptance/features/core/Actor.php [deleted file]
tests/acceptance/features/core/ActorAware.php [deleted file]
tests/acceptance/features/core/ActorAwareInterface.php [deleted file]
tests/acceptance/features/core/ActorContext.php [deleted file]
tests/acceptance/features/core/ElementFinder.php [deleted file]
tests/acceptance/features/core/ElementWrapper.php [deleted file]
tests/acceptance/features/core/Locator.php [deleted file]
tests/acceptance/features/core/NextcloudTestServerContext.php [deleted file]
tests/acceptance/features/core/NextcloudTestServerHelper.php [deleted file]
tests/acceptance/features/core/NextcloudTestServerLocalApacheHelper.php [deleted file]
tests/acceptance/features/core/NextcloudTestServerLocalBuiltInHelper.php [deleted file]
tests/acceptance/features/core/NoSuchElementException.php [deleted file]
tests/acceptance/features/core/Utils.php [deleted file]
tests/acceptance/installAndConfigureServer.sh [deleted file]
tests/acceptance/run-local.sh [deleted file]
tests/acceptance/run.sh [deleted file]