mirror of
https://github.com/johndoe6345789/metabuilder.git
synced 2026-04-24 13:54:57 +00:00
feat: add missing page-config route definitions for login, dashboard, and admin pages
This commit is contained in:
16
e2e/tests.ts
16
e2e/tests.ts
@@ -1,16 +0,0 @@
|
||||
/**
|
||||
* Playwright Tests - Auto-discover and execute JSON test definitions
|
||||
*
|
||||
* This file loads all JSON test definitions from packages/*/playwright/tests.json
|
||||
* and registers them as Playwright tests at runtime.
|
||||
*
|
||||
* Usage: npm run test:e2e
|
||||
*/
|
||||
|
||||
import { test } from '@playwright/test'
|
||||
import { loadAllPackageTests } from './json-runner/playwright-json-runner'
|
||||
import { resolve } from 'path'
|
||||
|
||||
// Discover and register all JSON tests from packages
|
||||
const packagesDir = resolve(__dirname, '../packages')
|
||||
void loadAllPackageTests(packagesDir, test)
|
||||
Reference in New Issue
Block a user