6 lines
114 B
TypeScript
6 lines
114 B
TypeScript
import { test, expect } from '@playwright/test';
|
|
|
|
test('seed', async ({ page }) => {
|
|
// This is a seed test
|
|
});
|