Skip to content

Commit ab96b85

Browse files
committed
test(systemtags): migrate from Cypress to PlayWright
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
1 parent 2b7415e commit ab96b85

16 files changed

Lines changed: 576 additions & 647 deletions

.github/workflows/cypress.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -105,10 +105,10 @@ jobs:
105105
matrix:
106106
# Run multiple copies of the current job in parallel
107107
# Please increase the number or runners as your tests suite grows (0 based index for e2e tests)
108-
containers: ['setup', '0', '1', '2', '3', '4', '5', '6', '7']
108+
containers: ['setup', '0', '1', '2', '3', '4', '5', '6']
109109
# Hack as strategy.job-total includes the "setup" and GitHub does not allow math expressions
110110
# Always align this number with the total of e2e runners (max. index + 1)
111-
total-containers: [8]
111+
total-containers: [7]
112112

113113
services:
114114
mysql:

0 commit comments

Comments
 (0)