import type { FullConfig } from "@playwright/test"; /** * Global teardown — runs once after all tests finish. * No-op placeholder for cleanup hooks. */ export default async function globalTeardown(_config: FullConfig) { // Add cleanup logic here if needed (e.g., stop test containers) }