forked from phoenix/litellm-mirror
fix e2e ui testing
This commit is contained in:
parent
fb5f458448
commit
f3ffa67553
1 changed files with 2 additions and 1 deletions
|
@ -13,7 +13,8 @@ import { defineConfig, devices } from '@playwright/test';
|
|||
*/
|
||||
export default defineConfig({
|
||||
testDir: './e2e_ui_tests',
|
||||
testIgnore: '**/tests/pass_through_tests/**',
|
||||
testIgnore: ['**/tests/pass_through_tests/**', '../pass_through_tests/**/*'],
|
||||
testMatch: '**/*.spec.ts', // Only run files ending in .spec.ts
|
||||
/* Run tests in files in parallel */
|
||||
fullyParallel: true,
|
||||
/* Fail the build on CI if you accidentally left test.only in the source code. */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue