Skip to content

Commit

Permalink
fix: remove unused project name
Browse files Browse the repository at this point in the history
  • Loading branch information
renrizzolo committed Mar 2, 2024
1 parent 9276604 commit c2d14d6
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions playwright.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,7 @@ const config: PlaywrightTestConfig = defineConfig({
name: '',
grep: /@agnostic/,
// put css snapshots in test filename subdirectories
snapshotPathTemplate:
'{testFileDir}/{testFileName}-snapshots/{arg}{-projectName}{ext}',
snapshotPathTemplate: '{testFileDir}/{testFileName}-snapshots/{arg}{ext}',
use: {
browserName: 'chromium',
channel: 'chrome',
Expand Down

0 comments on commit c2d14d6

Please sign in to comment.