Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
testlabauto committed Jan 7, 2025
1 parent 46691e2 commit 324dc1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion playwright.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import { currentsReporter } from '@currents/playwright';
*/
export default defineConfig<CustomTestOptions>({
globalSetup: './test/e2e/tests/_global.setup.ts',
testDir: './test/e2e/connections',
testDir: './test/e2e/tests/connections',
testIgnore: '**/example.test.ts',
testMatch: '*.test.ts',
fullyParallel: false, // Run individual tests w/in a spec in parallel
Expand Down

0 comments on commit 324dc1b

Please sign in to comment.