Skip to content

Commit

Permalink
E2Eテストのスナップショットファイルのパスを変更
Browse files Browse the repository at this point in the history
  • Loading branch information
s-sasaki-0529 committed Jan 10, 2024
1 parent e753944 commit b211c40
Show file tree
Hide file tree
Showing 13 changed files with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion playwright.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,6 @@ export default defineConfig({
name: 'Mobile Safari',
use: { ...devices['iPhone 14'] }
}
]
],
snapshotPathTemplate: 'spec/__snapshots__/{testFilePath}/{projectName}/{arg}.snap.png'
})
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

1 comment on commit b211c40

@vercel
Copy link

@vercel vercel bot commented on b211c40 Jan 10, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.