mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2025-12-19 18:18:27 -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({
|
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. */
|
||||||
|
|||||||
Reference in New Issue
Block a user