Skip to content

Commit

Permalink
community: add latest videos
Browse files Browse the repository at this point in the history
  • Loading branch information
debs-obrien committed Oct 16, 2024
1 parent 0a30d1a commit a921669
Show file tree
Hide file tree
Showing 4 changed files with 35 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/data/conference-videos.tsx
Original file line number Diff line number Diff line change
@@ -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',
Expand Down
6 changes: 6 additions & 0 deletions src/data/feature-videos.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
const featureVideos = [
{
title: 'API Mocking',
description: '',
id: 'kvGszYAYQ6M',
year: '2024',
},
{
title: 'Trace Viewer',
description: '',
Expand Down
16 changes: 16 additions & 0 deletions src/data/live-streams.tsx
Original file line number Diff line number Diff line change
@@ -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: '',
Expand Down
5 changes: 5 additions & 0 deletions src/data/release-videos.tsx
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit a921669

Please sign in to comment.