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,10 +141,10 @@ 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: ['setup', '0', '1', '2', '3', '4', '5', '6']
containers: ['setup', '0', '1', '2', '3', '4', '5']
# Hack as strategy.job-total includes the "setup" and GitHub does not allow math expressions
# Always align this number with the total of e2e runners (max. index + 1)
total-containers: [7]
total-containers: [6]

services:
mysql:
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]
shardTotal: [3]
shardIndex: [1, 2, 3, 4]
shardTotal: [4]
outputs:
node-version: ${{ steps.versions.outputs.node-version }}
package-manager-version: ${{ steps.versions.outputs.package-manager-version }}
Expand Down
2 changes: 2 additions & 0 deletions cypress.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -173,6 +173,8 @@ export default defineConfig({
await configureNextcloud()
// additionally we do not want to DoS the app store
runOcc(['config:system:set', 'appstoreenabled', '--value', 'false', '--type', 'boolean'])
console.log('Running cron to finish setup and avoid first-run effects during tests 🕒')
runExec(['php', 'cron.php'])

// for later use in tests save the container name
// @ts-expect-error we are adding a custom property
Expand Down
19 changes: 0 additions & 19 deletions cypress/e2e/core/404-error.cy.ts

This file was deleted.

101 changes: 0 additions & 101 deletions cypress/e2e/core/header_access-levels.cy.ts

This file was deleted.

91 changes: 0 additions & 91 deletions cypress/e2e/core/header_app-menu.cy.ts

This file was deleted.

135 changes: 0 additions & 135 deletions cypress/e2e/core/header_contacts-menu.cy.ts

This file was deleted.

Loading
Loading