Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 6 additions & 1 deletion dotnet/sidebarCommunity.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,12 @@ module.exports = {
type: 'link',
label: 'Learn Videos',
href: '/community/learn-videos'
}
},
{
type: 'link',
label: 'MCP & Agent Videos',
href: '/community/mcp-videos'
},
],
collapsed: false
},
Expand Down
5 changes: 5 additions & 0 deletions java/sidebarCommunity.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,11 @@ module.exports = {
label: 'Feature Videos',
href: '/community/feature-videos'
},
{
type: 'link',
label: 'MCP & Agent Videos',
href: '/community/mcp-videos'
},
{
type: 'link',
label: 'Learn Videos',
Expand Down
7 changes: 6 additions & 1 deletion nodejs/sidebarCommunity.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,12 @@ module.exports = {
type: 'link',
label: 'Learn Videos',
href: '/community/learn-videos'
}
},
{
type: 'link',
label: 'MCP & Agent Videos',
href: '/community/mcp-videos'
},
],
collapsed: false
},
Expand Down
7 changes: 6 additions & 1 deletion python/sidebarCommunity.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,12 @@ module.exports = {
type: 'link',
label: 'Learn Videos',
href: '/community/learn-videos'
}
},
{
type: 'link',
label: 'MCP & Agent Videos',
href: '/community/mcp-videos'
},
],
collapsed: false
},
Expand Down
7 changes: 1 addition & 6 deletions src/data/ambassadors.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -93,12 +93,7 @@ const ambassadors = [
twitterUrl: 'https://twitter.com/TallyBarak',
imageUrl: 'tally-barak.jpeg'
},
{
name: 'Are you the next Ambassador?',
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

is this intended?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yes cause people keep reaching out and we are not growing the program so it might stop me getting tons of dms

city: '',
country: '',
imageUrl: 'playwright-logo.svg'
}

];

export default ambassadors;
16 changes: 16 additions & 0 deletions src/data/conference-videos.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,22 @@
import { Video } from './types';

const conferenceVideos: Video[] = [
{
title: "AI Testing & Browser Automation with Playwright",
id: 'pGPWSILa0PM',
year: '2025',
conference: 'AI Driven Development Day',
language: 'English',
speakers: ['Debbie O\'Brien ']
},
{
title: "AI-Powered Debugging & Browser Automation with Playwright MCP",
id: 'rrrklkDzQ1M',
year: '2025',
conference: 'Frontend Nation',
language: 'English',
speakers: ['Debbie O\'Brien ']
},
{
title: "Advanced Playwright Debugging and Test Resilience",
id: 'zyOJfGtJ3Rw',
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: 'Playwright Testing Agents: under the hood',
description: '',
id: 'HLegcP8qxVY',
year: '2025',
},
{
title: 'Debugging with AI',
description: '',
Expand Down
18 changes: 18 additions & 0 deletions src/data/learn-videos.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,24 @@
import { Video } from './types';

const learnVideos: Video[] = [
{
title: 'Playwright Testing Agents: under the hood',
description: '',
id: 'HLegcP8qxVY',
year: '2025',
},
{
title: 'Playwright for Beginners: Install and run tests',
description: '',
id: 'SLhz2KmBh2Q',
year: '2025',
},
{
title: 'Getting started with Playwright in VS Code',
description: '',
id: 'WvsLGZnHmzw',
year: '2025',
},
{
title: 'Handling Visibility in Playwright: getByText vs. getByRole',
description: '',
Expand Down
25 changes: 24 additions & 1 deletion src/data/live-streams.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,28 @@
const liveStreams = [

{
title: 'Playwright Agents and Playwright Test MCP',
description: '',
id: 'S4qzP07ZkOg',
year: '2025',
host: 'Playwright Live',
speakers: ["Debbie O'Brien", "Ben Fellows"]
},
{
title: 'Playwright in VS Code',
description: '',
id: '8iZte7u4vlE',
year: '2025',
host: 'Playwright Live',
speakers: ["Debbie O'Brien", "Simon Knott"]
},
{
title: 'Exploring the Latest Features: Playwright MCP',
description: '',
id: 'bKGYpXMBUZc',
year: '2025',
host: 'Playwright Live',
speakers: ["Debbie O'Brien", "Simon Knott"]
},
{
title: 'Testing with AI using Playwright MCP (Model Context Protocol) + Live Demo',
description: '',
Expand Down
16 changes: 16 additions & 0 deletions src/data/mcp-videos.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,20 @@
const mcpVideos = [
{
title: 'Playwright Testing Agents: under the hood',
id: "HLegcP8qxVY",
year: '2025',
},
{
title: 'Playwright Agents, Plan, generate and fix',
id: "_AifxZGxwuk",
year: '2025',
},
{
title: 'Let AI explore your site and write tests with Playwright MCP',
description: '',
id: 'IixdI2bTR1g',
year: '2025',
},
{
title: 'How to Generate Playwright Tests using MCP + GitHub Copilot',
description: '',
Expand Down
10 changes: 10 additions & 0 deletions src/data/release-videos.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,16 @@
import { Video } from './types';

const releaseVideos: Video[] = [
{
version: '1.56',
id: "_AifxZGxwuk",
highlights: ['agents', 'planner', 'generator', 'healer'],
},
{
version: '1.52 & 1.53',
id: "6s4hQy5Nel0",
highlights: ['fix with AI', 'describe a locator', 'title in html report'],
},
{
version: '1.51',
id: "-xWHilObrS0",
Expand Down
2 changes: 1 addition & 1 deletion src/data/video-nav.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ const videoNav = [
href: '/community/learn-videos'
},
{
label: 'MCP Videos',
label: 'MCP & Agent Videos',
href: '/community/mcp-videos'
}
];
Expand Down