We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 556adc4 commit 96ea03fCopy full SHA for 96ea03f
1 file changed
apps/playground/tests/visual-regression.spec.ts
@@ -1,5 +1,7 @@
1
import { test, expect } from '@playwright/test';
2
3
+test.describe.configure({ mode: 'parallel' });
4
+
5
test.describe('visual regression', () => {
6
test('/test/appearance', async ({ page }) => {
7
await page.goto('/test/appearance');
0 commit comments