Skip to content

Commit

Permalink
feat: playwright report
Browse files Browse the repository at this point in the history
  • Loading branch information
iib0011 committed Jun 28, 2024
1 parent f4d5839 commit b69d007
Show file tree
Hide file tree
Showing 3 changed files with 73 additions and 61 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,5 @@ yarn-error.log*
# vercel
.vercel

test-results
/test-results
/playwright-report
130 changes: 70 additions & 60 deletions .idea/workspace.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions playwright.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ export default defineConfig({
testMatch: /\.e2e\.(spec\.)?ts$/,
fullyParallel: true,
retries: 1,
reporter: [['html', { open: 'never' }]],
use: {
baseURL: 'http://localhost:4173',
trace: 'on-first-retry'
Expand Down

0 comments on commit b69d007

Please sign in to comment.