Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/cypress.yml
Original file line number Diff line number Diff line change
Expand Up @@ -141,9 +141,9 @@ jobs:
matrix:
# Run multiple copies of the current job in parallel
# Please increase the number or runners as your tests suite grows (0 based index for e2e tests)
containers: ['0', '1', '2', '3']
containers: ['0', '1']
# Always align this number with the total of e2e runners (max. index + 1)
total-containers: [4]
total-containers: [2]

name: runner ${{ matrix.containers }}

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/playwright.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,8 +82,8 @@ jobs:
strategy:
fail-fast: false
matrix:
shardIndex: [1, 2, 3, 4, 5, 6]
shardTotal: [6]
shardIndex: [1, 2, 3, 4, 5, 6, 7]
shardTotal: [7]
outputs:
node-version: ${{ steps.versions.outputs.node-version }}
package-manager-version: ${{ steps.versions.outputs.package-manager-version }}
Expand Down
8 changes: 7 additions & 1 deletion REUSE.toml
Original file line number Diff line number Diff line change
Expand Up @@ -189,6 +189,12 @@ precedence = "aggregate"
SPDX-FileCopyrightText = "2022 Nextcloud GmbH and Nextcloud contributors"
SPDX-License-Identifier = "AGPL-3.0-or-later"

[[annotations]]
path = ["tests/playwright/tsconfig.json"]
precedence = "aggregate"
SPDX-FileCopyrightText = "2026 Nextcloud GmbH and Nextcloud contributors"
SPDX-License-Identifier = "AGPL-3.0-or-later"

[[annotations]]
path = ["build/stubs/pcntl.php", "build/stubs/zip.php"]
precedence = "aggregate"
Expand Down Expand Up @@ -220,7 +226,7 @@ SPDX-FileCopyrightText = "2017 Nextcloud GmbH and Nextcloud contributors"
SPDX-License-Identifier = "AGPL-3.0-or-later"

[[annotations]]
path = ["core/src/systemtags/templates/result.handlebars", "core/src/systemtags/templates/result_form.handlebars", "core/src/systemtags/templates/selection.handlebars", "apps/files/js/templates.js", "apps/files/js/templates/detailsview.handlebars", "apps/files/js/templates/favorite_mark.handlebars", "apps/files/js/templates/file_action_trigger.handlebars", "apps/files/js/templates/fileactionsmenu.handlebars", "apps/files/js/templates/filemultiselectmenu.handlebars", "apps/files/js/templates/filesummary.handlebars", "apps/files/js/templates/mainfileinfodetailsview.handlebars", "apps/files/js/templates/newfilemenu.handlebars", "apps/files/js/templates/newfilemenu_filename_form.handlebars", "apps/files/js/templates/operationprogressbar.handlebars", "apps/files/js/templates/operationprogressbarlabel.handlebars", "apps/files/js/templates/template_addbutton.handlebars", "apps/files_external/js/templates.js", "apps/files_external/js/templates/credentialsDialog.handlebars", "apps/files_external/js/templates/mountOptionsDropDown.handlebars", "apps/files_external/js/templates.js", "apps/files_sharing/js/templates/files_drop.handlebars", "apps/files_sharing/js/templates.js", "tests/data/testimage.heic", "package.json", "package-lock.json"]
path = ["tests/data/testimage.heic", "package.json", "package-lock.json"]
precedence = "aggregate"
SPDX-FileCopyrightText = "2018 Nextcloud GmbH and Nextcloud contributors"
SPDX-License-Identifier = "AGPL-3.0-or-later"
Expand Down
97 changes: 0 additions & 97 deletions cypress/e2e/files_versions/filesVersionsUtils.ts

This file was deleted.

48 changes: 0 additions & 48 deletions cypress/e2e/files_versions/version_creation.cy.ts

This file was deleted.

103 changes: 0 additions & 103 deletions cypress/e2e/files_versions/version_cross_share_move_and_copy.cy.ts

This file was deleted.

61 changes: 0 additions & 61 deletions cypress/e2e/files_versions/version_deletion.cy.ts

This file was deleted.

Loading
Loading