Skip to content

Commit 9ce4521

Browse files
committed
added initial playwright test
1 parent 7fe3ece commit 9ce4521

File tree

9 files changed

+957
-7
lines changed

9 files changed

+957
-7
lines changed

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,3 +32,6 @@ next-env.d.ts
3232
.env
3333
.env.local
3434
.windsurf
35+
36+
# Playwright
37+
test-results

jest.config.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ const customJestConfig = {
2222
'**/__tests__/**/*.test.[jt]s?(x)',
2323
'**/components/**/*.test.[jt]s?(x)',
2424
'**/pages/api/**/*.test.[jt]s?(x)',
25+
'**/test/**/*.test.[jt]s?(x)',
2526
],
2627
};
2728

0 commit comments

Comments
 (0)