Skip to content

Commit 96ea03f

Browse files
authored
Run snapshot tests in parallel (#790)
1 parent 556adc4 commit 96ea03f

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

apps/playground/tests/visual-regression.spec.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
import { test, expect } from '@playwright/test';
22

3+
test.describe.configure({ mode: 'parallel' });
4+
35
test.describe('visual regression', () => {
46
test('/test/appearance', async ({ page }) => {
57
await page.goto('/test/appearance');

0 commit comments

Comments
 (0)