import { TemplateFile } from '../../types/types.js'; export const WebTestSuite = { fileName: 'testng-web.xml', folder: 'test-suite', content: ` `, } satisfies TemplateFile;