forked from phoenix/litellm-mirror
fix playwright e2e ui test
This commit is contained in:
parent
5d09f5778f
commit
3ebc685f9a
1 changed files with 1 additions and 0 deletions
|
@ -13,6 +13,7 @@ import { defineConfig, devices } from '@playwright/test';
|
||||||
*/
|
*/
|
||||||
export default defineConfig({
|
export default defineConfig({
|
||||||
testDir: './e2e_ui_tests',
|
testDir: './e2e_ui_tests',
|
||||||
|
testIgnore: '**/tests/pass_through_tests/**',
|
||||||
/* Run tests in files in parallel */
|
/* Run tests in files in parallel */
|
||||||
fullyParallel: true,
|
fullyParallel: true,
|
||||||
/* Fail the build on CI if you accidentally left test.only in the source code. */
|
/* 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