Skip to content

Commit

Permalink
fix: fix playwright test config
Browse files Browse the repository at this point in the history
  • Loading branch information
wzhudev committed Oct 16, 2024
1 parent bc8b02d commit 738f3bf
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 1 deletion.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion playwright.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ export default defineConfig({
['json', { outputFile: 'playwright-report.json' }],
['html', { attachments: true }],
],
outputDir: './playwright-report',
// outputDir: './playwright-report',
/* Shared settings for all the projects below. See https://playwright.dev/docs/api/class-testoptions. */
use: {
/* Base URL to use in actions like `await page.goto('/')`. */
Expand Down

0 comments on commit 738f3bf

Please sign in to comment.