Skip to content

Commit a00e3db

Browse files
committed
update test config
1 parent f13aa7f commit a00e3db

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,4 +74,4 @@ storybook-static
7474
.claude/settings.local.json
7575

7676
# playwright
77-
test/.playwright
77+
testing/e2e/.playwright

testing/e2e/playwright.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ export default defineConfig({
6262
});
6363
})
6464
],
65-
reporter: [['html', { open: 'never', outputFolder: path.resolve(import.meta.dirname, '.output/report') }]],
65+
reporter: [['html', { open: 'never', outputFolder: path.resolve(import.meta.dirname, '.playwright/report') }]],
6666
testDir: path.resolve(import.meta.dirname, 'src'),
6767
webServer: [
6868
{

0 commit comments

Comments
 (0)