Some checks failed
Chore App Build, Test, and Push Docker Images / build-and-push (push) Failing after 2m46s
8 lines
160 B
TypeScript
8 lines
160 B
TypeScript
import { test, expect } from '@playwright/test';
|
|
|
|
test.describe('Test group', () => {
|
|
test('seed', async ({ page }) => {
|
|
// generate code here.
|
|
});
|
|
});
|