Skip to content

Commit

Permalink
fix: switch to list reporter for webform snapshots
Browse files Browse the repository at this point in the history
So it does not block CI processes, like Gitpod.
  • Loading branch information
pmelab committed Jan 25, 2024
1 parent 2c3858c commit 7c67494
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/e2e/playwright.config.webforms.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ import defaults from './playwright.config';
export default defineConfig({
...defaults,
testDir: './webform-snapshots',
reporter: 'list',
webServer: [
{
command: 'pnpm run --filter "@custom/cms" start',
Expand Down

0 comments on commit 7c67494

Please sign in to comment.