diff --git a/src/data/conference-videos.tsx b/src/data/conference-videos.tsx index 2545a96540..40e96d044c 100644 --- a/src/data/conference-videos.tsx +++ b/src/data/conference-videos.tsx @@ -1,6 +1,14 @@ import { Video } from './types'; const conferenceVideos: Video[] = [ + { + title: "Advanced Playwright Techniques for Flawless Testing", + id: 'O0TeeSbQPWY', + year: '2024', + conference: 'TestU', + language: 'English', + speakers: ['Debbie O\'Brien'] + }, { title: "Playwright : l'outil qui va révolutionner les tests end-to-end", id: 'fQ4LICkmG9I', diff --git a/src/data/feature-videos.tsx b/src/data/feature-videos.tsx index f25bd55c6b..9932136e65 100644 --- a/src/data/feature-videos.tsx +++ b/src/data/feature-videos.tsx @@ -1,4 +1,10 @@ const featureVideos = [ + { + title: 'API Mocking', + description: '', + id: 'kvGszYAYQ6M', + year: '2024', + }, { title: 'Trace Viewer', description: '', diff --git a/src/data/live-streams.tsx b/src/data/live-streams.tsx index 444b86851f..1977319db6 100644 --- a/src/data/live-streams.tsx +++ b/src/data/live-streams.tsx @@ -1,4 +1,20 @@ const liveStreams = [ + { + title: 'Testing with Playwright, Epic React testing tab, Epic web testing course and more', + description: '', + id: 'ie2v5OVqWt4', + year: '2024', + host: 'Playwright Live', + speakers: ["Debbie O'Brien", "Kent C. Dodds"] + }, + { + title: 'The Playwright team demos how to iterate quickly using the new-only-changed option', + description: '', + id: '8ssf762p3dY', + year: '2024', + host: 'Playwright Live', + speakers: ["Debbie O'Brien", "Simon Knott"] + }, { title: 'It\'s time to talk Playwright with the clock API', description: '', diff --git a/src/data/release-videos.tsx b/src/data/release-videos.tsx index 847aa6ad19..db9fb6a6e9 100644 --- a/src/data/release-videos.tsx +++ b/src/data/release-videos.tsx @@ -1,6 +1,11 @@ import { Video } from './types'; const releaseVideos: Video[] = [ + { + version: '1.48', + id: "VGlkSBkMVCQ", + highlights: ['webSocket routing', 'UI mode / Trace Viewer'], + }, { version: '1.46', id: "tQo7w-QQBsI",