Skip to content

Commit 3dc2d38

Browse files
committed
test(login): migrate end-to-end tests to PlayWright
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
1 parent 94194e7 commit 3dc2d38

10 files changed

Lines changed: 347 additions & 369 deletions

File tree

.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', '6']
144+
containers: ['setup', '0', '1', '2', '3', '4', '5']
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: [7]
147+
total-containers: [6]
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]
86-
shardTotal: [3]
85+
shardIndex: [1, 2, 3, 4]
86+
shardTotal: [4]
8787
outputs:
8888
node-version: ${{ steps.versions.outputs.node-version }}
8989
package-manager-version: ${{ steps.versions.outputs.package-manager-version }}

cypress/e2e/login/login-redirect.cy.ts

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

cypress/e2e/login/login.cy.ts

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

cypress/e2e/login/webauth.cy.ts

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

0 commit comments

Comments
 (0)