Files
cosmos-explorer/test/seed.spec.ts
2026-01-15 17:24:46 +05:30

8 lines
160 B
TypeScript

import { test, expect } from '@playwright/test';
test.describe('Test group', () => {
test('seed', async ({ page }) => {
// generate code here.
});
});