chore: organize tests and tweak stream delays (#942)
This commit is contained in:
parent
020494f63b
commit
6e16f3b30a
8 changed files with 21 additions and 21 deletions
|
|
@ -53,11 +53,11 @@ export default defineConfig({
|
|||
projects: [
|
||||
{
|
||||
name: 'setup:auth',
|
||||
testMatch: /auth.setup.ts/,
|
||||
testMatch: /e2e\/auth.setup.ts/,
|
||||
},
|
||||
{
|
||||
name: 'setup:reasoning',
|
||||
testMatch: /reasoning.setup.ts/,
|
||||
testMatch: /e2e\/reasoning.setup.ts/,
|
||||
dependencies: ['setup:auth'],
|
||||
use: {
|
||||
...devices['Desktop Chrome'],
|
||||
|
|
@ -66,7 +66,7 @@ export default defineConfig({
|
|||
},
|
||||
{
|
||||
name: 'chat',
|
||||
testMatch: /chat.test.ts/,
|
||||
testMatch: /e2e\/chat.test.ts/,
|
||||
dependencies: ['setup:auth'],
|
||||
use: {
|
||||
...devices['Desktop Chrome'],
|
||||
|
|
@ -75,7 +75,7 @@ export default defineConfig({
|
|||
},
|
||||
{
|
||||
name: 'reasoning',
|
||||
testMatch: /reasoning.test.ts/,
|
||||
testMatch: /e2e\/reasoning.test.ts/,
|
||||
dependencies: ['setup:reasoning'],
|
||||
use: {
|
||||
...devices['Desktop Chrome'],
|
||||
|
|
@ -84,7 +84,7 @@ export default defineConfig({
|
|||
},
|
||||
{
|
||||
name: 'artifacts',
|
||||
testMatch: /artifacts.test.ts/,
|
||||
testMatch: /e2e\/artifacts.test.ts/,
|
||||
dependencies: ['setup:auth'],
|
||||
use: {
|
||||
...devices['Desktop Chrome'],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue