add custom base test fixture

This commit is contained in:
ryanrosello-og
2024-08-11 07:44:40 +10:00
parent e86a5622c8
commit 9a85bd06bd
2 changed files with 50 additions and 2 deletions

View File

@ -1,9 +1,9 @@
import { test, expect } from '@playwright/test'
import { expect } from '@playwright/test'
import { getUtils, setup, tearDown } from './test-utils'
import { SaveSettingsPayload } from 'lib/settings/settingsTypes'
import { TEST_SETTINGS_KEY, TEST_SETTINGS_CORRUPTED } from './storageStates'
import * as TOML from '@iarna/toml'
import { test } from './lib/base-fixture'
test.beforeEach(async ({ context, page }) => {
await setup(context, page)