feat: The Other Dude v9.0.1 — full-featured email system
ci: add GitHub Pages deployment workflow for docs site Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
12
frontend/tests/e2e/fixtures.ts
Normal file
12
frontend/tests/e2e/fixtures.ts
Normal file
@@ -0,0 +1,12 @@
|
||||
import { test as base } from '@playwright/test'
|
||||
|
||||
/**
|
||||
* Extended test fixture that uses the authenticated session
|
||||
* from auth.setup.ts. All tests importing from this file
|
||||
* will run as the logged-in admin user.
|
||||
*/
|
||||
export const test = base.extend({
|
||||
storageState: 'tests/e2e/.auth/user.json',
|
||||
})
|
||||
|
||||
export { expect } from '@playwright/test'
|
||||
Reference in New Issue
Block a user