Skip to content

Commit f95573d

Browse files
committed
chore(tests): drop Cypress as everything is now migrated to PlayWright
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
1 parent ad9c720 commit f95573d

43 files changed

Lines changed: 215 additions & 5527 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.github/CODEOWNERS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
/__mocks__ @nextcloud/server-frontend
1111
/__tests__ @nextcloud/server-frontend
1212
/dist @nextcloud/server-frontend
13-
/cypress @nextcloud/server-frontend
13+
/tests/playwright @nextcloud/server-frontend
1414
**/css @nextcloud/server-frontend
1515
**/js @nextcloud/server-frontend
1616
**/src @nextcloud/server-frontend

.github/workflows/cypress.yml

Lines changed: 0 additions & 269 deletions
This file was deleted.

.gitignore

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -179,9 +179,7 @@ composer.phar
179179
./.htaccess
180180
core/js/mimetypelist.js
181181

182-
# Tests - cypress
183-
cypress/downloads
184-
cypress/snapshots
185-
cypress/videos
182+
# Tests - Legacy cypress (to not clobber the directory when changing branches)
183+
/cypress
186184

187185
/.direnv

.nextcloudignore

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,6 @@ codecov.yml
3636
cs-fixer
3737
csfixer
3838
custom.d.ts
39-
cypress
40-
cypress.config.ts
4139
eslint.config.js
4240
flake.lock
4341
flake.nix

0 commit comments

Comments
 (0)