We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 89f3b6a commit cad69fbCopy full SHA for cad69fb
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