Skip to content

Commit

Permalink
chore: move e2e to tests/
Browse files Browse the repository at this point in the history
  • Loading branch information
tjmaynes committed Jul 21, 2024
1 parent 85133b7 commit 5a4070f
Show file tree
Hide file tree
Showing 3 changed files 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 @@ -10,7 +10,7 @@ import { defineConfig, devices } from '@playwright/test'
* See https://playwright.dev/docs/test-configuration.
*/
export default defineConfig({
testDir: './e2e',
testDir: './tests/e2e',
/* Run test in files in parallel */
fullyParallel: true,
/* Fail the build on CI if you accidentally left test.only in the source code. */
Expand Down
File renamed without changes.
File renamed without changes.

0 comments on commit 5a4070f

Please sign in to comment.