Skip to content

Commit

Permalink
refactor: move Playwright test files
Browse files Browse the repository at this point in the history
  • Loading branch information
PascalinDe committed Nov 30, 2023
1 parent f5951a5 commit a90a201
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/frontend/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: './tests/integration',
testDir: './tests/',
/* Run tests 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.
File renamed without changes.
File renamed without changes.

0 comments on commit a90a201

Please sign in to comment.