feat: add tests for /api/document (#932)
This commit is contained in:
parent
5b4ad941d3
commit
020494f63b
6 changed files with 316 additions and 19 deletions
|
|
@ -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',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue