Skip to content

Commit 18fa349

Browse files
committed
global setup fix
1 parent a1ec661 commit 18fa349

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

playwright/playwright.config.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ export const REPOSITORY_NAME_PREFIX = "e2e-tests-";
4444

4545
// See https://playwright.dev/docs/api/class-testconfig
4646
const config = {
47+
globalSetup: require.resolve("./globalSetup.ts"),
4748
globalTeardown: require.resolve("./globalTeardown.ts"),
4849

4950
// Configuration for the expect assertion library

0 commit comments

Comments
 (0)