Skip to content

Commit 4f4bc0f

Browse files
committed
fix(serenity-js): updated config
1 parent 65a6da3 commit 4f4bc0f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

playwright-ct.config.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
import { defineConfig, devices } from '@playwright/experimental-ct-react';
2-
import { SerenityOptions } from '@serenity-js/playwright-test';
2+
import { SerenityFixtures, SerenityWorkerFixtures } from '@serenity-js/playwright-test';
33

44
/**
55
* See https://playwright.dev/docs/test-configuration.
66
*/
7-
export default defineConfig<SerenityOptions>({
7+
export default defineConfig<SerenityFixtures, SerenityWorkerFixtures>({
88
testDir: './src',
99
/* The base directory, relative to the config file, for snapshot files created with toMatchSnapshot and toHaveScreenshot. */
1010
snapshotDir: './__snapshots__',

0 commit comments

Comments
 (0)