5 lines
106 B
TypeScript
5 lines
106 B
TypeScript
import { test, expect } from '@playwright/test';
|
|
|
|
test('test', async ({ page }) => {
|
|
// Recording...
|
|
}); |