chore(e2e,playwright): update config to only run .spec.ts files (#51985)

This commit is contained in:
Huyen Nguyen
2023-10-19 03:45:07 +07:00
committed by GitHub
parent 2c7caa09cf
commit 3b93504b51
3 changed files with 1 additions and 0 deletions

View File

@@ -13,6 +13,7 @@ dotenvConfig({ path: envPath });
*/ */
export default defineConfig({ export default defineConfig({
testDir: './', testDir: './',
testMatch: '*.spec.ts',
/* Run tests in files in parallel */ /* Run tests in files in parallel */
fullyParallel: false, fullyParallel: false,
/* Fail the build on CI if you accidentally left test.only in the source code. */ /* Fail the build on CI if you accidentally left test.only in the source code. */