Skip to content

Commit 791bced

Browse files
committed
Add Playwright snapshots and update configuration for event, home, speakers, and sponsors pages
1 parent 5a07450 commit 791bced

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

41 files changed

+3
-0
lines changed

playwright.config.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,9 @@ export default defineConfig({
2929
screenshot: 'only-on-failure',
3030
},
3131

32+
/* Platform-agnostic snapshot paths (no OS suffix) */
33+
snapshotPathTemplate: '{testDir}/{testFileDir}/{testFileName}-snapshots/{arg}{ext}',
34+
3235
/* Configure projects for major browsers */
3336
projects: [
3437
{

tests/all-pages.spec.ts-snapshots/all-events-structure-chromium-win32.txt renamed to tests/all-pages.spec.ts-snapshots/all-events-structure.txt

File renamed without changes.

tests/all-pages.spec.ts-snapshots/all-home-structure-chromium-win32.txt renamed to tests/all-pages.spec.ts-snapshots/all-home-structure.txt

File renamed without changes.

tests/all-pages.spec.ts-snapshots/all-speakers-structure-chromium-win32.txt renamed to tests/all-pages.spec.ts-snapshots/all-speakers-structure.txt

File renamed without changes.

tests/all-pages.spec.ts-snapshots/all-sponsors-structure-chromium-win32.txt renamed to tests/all-pages.spec.ts-snapshots/all-sponsors-structure.txt

File renamed without changes.

tests/events.spec.ts-snapshots/event-2024-12-19-chromium-win32.png renamed to tests/events.spec.ts-snapshots/event-2024-12-19.png

File renamed without changes.

tests/events.spec.ts-snapshots/event-2025-01-14-chromium-win32.png renamed to tests/events.spec.ts-snapshots/event-2025-01-14.png

File renamed without changes.

tests/events.spec.ts-snapshots/event-2025-12-16-chromium-win32.png renamed to tests/events.spec.ts-snapshots/event-2025-12-16.png

File renamed without changes.

tests/events.spec.ts-snapshots/event-2026-01-20-chromium-win32.png renamed to tests/events.spec.ts-snapshots/event-2026-01-20.png

File renamed without changes.

tests/events.spec.ts-snapshots/events-page-structure-chromium-win32.txt renamed to tests/events.spec.ts-snapshots/events-page-structure.txt

File renamed without changes.

0 commit comments

Comments
 (0)