fix playwright e2e ui test

This commit is contained in:
Ishaan Jaff 2024-11-23 08:34:55 -08:00
parent 7e9d8b58f6
commit a8b4e1cc03

View file

@ -13,6 +13,7 @@ import { defineConfig, devices } from '@playwright/test';
*/
export default defineConfig({
testDir: './e2e_ui_tests',
testIgnore: '**/tests/pass_through_tests/**',
/* Run tests in files in parallel */
fullyParallel: true,
/* Fail the build on CI if you accidentally left test.only in the source code. */