import { test, expect } from '@playwright/test';

test.describe('<%= classify(name) %>', () => {
  test('', async ({ page }) => {
    
  });
});
