File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 33 * SPDX-License-Identifier: AGPL-3.0-or-later
44 */
55
6- import { startNextcloud , stopNextcloud } from '../dist /docker.mjs '
6+ import { startNextcloud , stopNextcloud } from '@nextcloud/e2e-test-server /docker'
77import { readFileSync } from 'fs'
88
99const start = async ( ) => {
Original file line number Diff line number Diff line change 44 */
55
66import { test as base } from '@playwright/test'
7- import { createRandomUser , login } from '../../../dist /playwright'
7+ import { createRandomUser , login } from '@nextcloud/e2e-test-server /playwright'
88
99interface RandomUserFixture {
1010 user : User
Original file line number Diff line number Diff line change 44 */
55
66import { test as setup } from '@playwright/test'
7- import { configureNextcloud } from '../../dist '
7+ import { configureNextcloud } from '@nextcloud/e2e-test-server '
88
99/**
1010 * We use this to ensure Nextcloud is configured correctly before running our tests
You can’t perform that action at this time.
0 commit comments