feat: add tests for /api/document (#932)

This commit is contained in:
Jeremy 2025-04-14 10:34:11 -07:00 committed by GitHub
parent 5b4ad941d3
commit 020494f63b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 316 additions and 19 deletions

View file

@ -91,6 +91,14 @@ export default defineConfig({
storageState: 'playwright/.auth/session.json',
},
},
{
name: 'routes',
testMatch: /routes\/.*.test.ts/,
dependencies: [],
use: {
...devices['Desktop Chrome'],
},
},
// {
// name: 'firefox',