Skip to content

Commit

Permalink
stub out most tests for faster feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
testlabauto committed Jan 7, 2025
1 parent 71be9b3 commit 46691e2
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',
testDir: './test/e2e/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 46691e2

Please sign in to comment.