Skip to content

Commit

Permalink
chore(e2e,playwright): update config to only run .spec.ts files (free…
Browse files Browse the repository at this point in the history
  • Loading branch information
huyenltnguyen authored Oct 18, 2023
1 parent 2c7caa0 commit 3b93504
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 0 deletions.
File renamed without changes.
File renamed without changes.
1 change: 1 addition & 0 deletions e2e/playwright.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ dotenvConfig({ path: envPath });
*/
export default defineConfig({
testDir: './',
testMatch: '*.spec.ts',
/* Run tests in files in parallel */
fullyParallel: false,
/* Fail the build on CI if you accidentally left test.only in the source code. */
Expand Down

0 comments on commit 3b93504

Please sign in to comment.