Skip to content

Commit c57214b

Browse files
committed
only run visual tests on CI as they take ages
1 parent c651f3e commit c57214b

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

‎tests-e2e/visual.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.skip(process.platform !== "linux", "Visual snapshots are Linux-only");
4+
35
test.describe("visual snapshots", () => {
46
test.beforeEach(async ({ page }) => {
57
await page.goto("/tests-e2e/fixtures/vanilla.html");

0 commit comments

Comments
 (0)