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

test.describe('Test group', () => {
  test('seed', async () => {
    // generate code here.
  });
});
