feat(server): online copilot api test (#8807)

This commit is contained in:
darkskygit
2025-02-14 21:41:28 +00:00
committed by DarkSky
parent 35f7f5a01b
commit c954d22844
8 changed files with 464 additions and 224 deletions
@@ -6,6 +6,7 @@ import type {
const config: PlaywrightTestConfig = {
testDir: './e2e',
testMatch: '**/*.spec.ts',
fullyParallel: !process.env.CI,
timeout: 120_000,
outputDir: testResultDir,