mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2025-12-19 10:07:46 -05:00
chore(e2e,playwright): update config to only run .spec.ts files (#51985)
This commit is contained in:
@@ -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. */
|
||||
|
||||
Reference in New Issue
Block a user