Skip to content

Commit bb6717e

Browse files
authored
Merge pull request #61522 from nextcloud/test/pw-settings
test(settings): migrate end-to-end tests from Cypress to PlayWright
2 parents 0ade15d + f95f3e7 commit bb6717e

25 files changed

Lines changed: 1514 additions & 1706 deletions

.github/workflows/cypress.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -141,10 +141,10 @@ jobs:
141141
matrix:
142142
# Run multiple copies of the current job in parallel
143143
# Please increase the number or runners as your tests suite grows (0 based index for e2e tests)
144-
containers: ['setup', '0', '1', '2', '3', '4', '5']
144+
containers: ['setup', '0', '1', '2', '3', '4']
145145
# Hack as strategy.job-total includes the "setup" and GitHub does not allow math expressions
146146
# Always align this number with the total of e2e runners (max. index + 1)
147-
total-containers: [6]
147+
total-containers: [5]
148148

149149
services:
150150
mysql:

.github/workflows/playwright.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,8 +82,8 @@ jobs:
8282
strategy:
8383
fail-fast: false
8484
matrix:
85-
shardIndex: [1, 2, 3, 4]
86-
shardTotal: [4]
85+
shardIndex: [1, 2, 3, 4, 5]
86+
shardTotal: [5]
8787
outputs:
8888
node-version: ${{ steps.versions.outputs.node-version }}
8989
package-manager-version: ${{ steps.versions.outputs.package-manager-version }}

cypress/e2e/settings/access-levels.cy.ts

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

0 commit comments

Comments
 (0)