Files
Cleanuparr/e2e/tests/_setup/oidc.setup.ts

7 lines
241 B
TypeScript

import { test as setup } from '@playwright/test';
import { restartAppAndWait } from '../helpers/test-lifecycle';
setup('reset app for oidc specs (with OIDC configured)', async () => {
await restartAppAndWait({ configureOidc: true });
});