Files
chore/frontend/vue-app/e2e/seed.spec.ts
Ryan Kegel f48845c1d0
All checks were successful
Chore App Build, Test, and Push Docker Images / build-and-push (push) Successful in 2m34s
feat: update user authentication cookies and implement service worker timeout for push subscription checks
2026-04-20 21:05:12 -04:00

8 lines
160 B
TypeScript

import { test, expect } from '@playwright/test';
test.describe('Test group', () => {
test('seed', async ({ page }) => {
// generate code here.
});
});