Skip to content

Commit e7a943d

Browse files
committed
Enable parallel test execution for improved performance
Removed serial mode configuration to allow tests to run in parallel. Tests now execute concurrently using 4 workers locally (2 in CI), reducing overall execution time while maintaining stability. All 5 tests passed successfully in parallel mode with no race conditions.
1 parent 020c447 commit e7a943d

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

e2e/tests/foundry.spec.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
import { test, expect } from '../src/fixtures';
22

3-
test.describe.configure({ mode: 'serial' });
4-
53
test.describe('Functions with Python - E2E Tests', () => {
64
test('should render Hello UI extension', async ({ helloExtensionPage }) => {
75
await helloExtensionPage.navigateToExtension();

0 commit comments

Comments
 (0)