Skip to content

Commit b1c8fbe

Browse files
committed
ci: adjust cypress config for changes packages
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
1 parent 96265cc commit b1c8fbe

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

cypress.config.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22
* SPDX-FileCopyrightText: 2022 Nextcloud GmbH and Nextcloud contributors
33
* SPDX-License-Identifier: AGPL-3.0-or-later
44
*/
5-
import { configureNextcloud, startNextcloud, stopNextcloud, waitOnNextcloud } from '@nextcloud/cypress/docker'
5+
6+
import { configureNextcloud, startNextcloud, stopNextcloud, waitOnNextcloud } from '@nextcloud/e2e-test-server/docker'
67
import { configureVisualRegression } from 'cypress-visual-regression/dist/plugin'
78
import { defineConfig } from 'cypress'
89
import cypressSplit from 'cypress-split'

cypress/support/commands.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* SPDX-License-Identifier: AGPL-3.0-or-later
44
*/
55

6-
import { addCommands } from '@nextcloud/cypress'
6+
import { addCommands } from '@nextcloud/e2e-test-server/cypress'
77
import { Permission } from '@nextcloud/files'
88
import { ShareType } from '@nextcloud/sharing'
99
import { addCompareSnapshotCommand } from 'cypress-visual-regression/dist/command'

0 commit comments

Comments
 (0)