From dcec6b1fc705d81388a2f99f61e3f61dc26f3c41 Mon Sep 17 00:00:00 2001 From: Debbie O'Brien Date: Thu, 14 Jul 2022 19:40:18 +0200 Subject: [PATCH] Videos (#649) --- community/1-conference-videos.mdx | 23 +++++++++--- community/3-feature-videos.mdx | 8 ++++ community/4-release-videos.mdx | 62 +++++++++++++++++++++++++++++++ dotnet/sidebarCommunity.js | 12 +++++- java/sidebarCommunity.js | 12 +++++- nodejs/sidebarCommunity.js | 12 +++++- python/sidebarCommunity.js | 12 +++++- 7 files changed, 128 insertions(+), 13 deletions(-) create mode 100644 community/3-feature-videos.mdx create mode 100644 community/4-release-videos.mdx diff --git a/community/1-conference-videos.mdx b/community/1-conference-videos.mdx index 59ffb62bb4491..2c13a4e9b9d1b 100644 --- a/community/1-conference-videos.mdx +++ b/community/1-conference-videos.mdx @@ -1,12 +1,22 @@ # Conference Videos -## Craft Conf 2022: Testing Web Applications with Playwright +## Component Testing with Playwright +Vue Conf USA 2022 + + +image + + +## Testing Web Applications with Playwright + +Craft Conf 2022
-## Heisenbug 2021: Introducing Playwright test runner +## Introducing Playwright test runner +Heisenbug 2021
@@ -20,19 +30,22 @@ See [here](https://docs.google.com/presentation/d/1L8Acw2xGWS-FIWu0L5NWMCOUUVJy7KGw08Z2P9sfrfo/edit?usp=sharing) for the slides. -## Holy JS 2021: The multi-year quest for the best web test in the west +## The multi-year quest for the best web test in the west +Holy JS 2021
-## Applitools 2021: A New Test Automation Framework for the Modern Web +## A New Test Automation Framework for the Modern Web +Applitools 2021
-## Heisenbug 2020: Web testing without drama (Russian) +## Web testing without drama +Heisenbug 2020 (Russian)
diff --git a/community/3-feature-videos.mdx b/community/3-feature-videos.mdx new file mode 100644 index 0000000000000..20c8db9688d13 --- /dev/null +++ b/community/3-feature-videos.mdx @@ -0,0 +1,8 @@ +# Feature Videos + +## Component Tests + +
+ +
+ diff --git a/community/4-release-videos.mdx b/community/4-release-videos.mdx new file mode 100644 index 0000000000000..11220263e8417 --- /dev/null +++ b/community/4-release-videos.mdx @@ -0,0 +1,62 @@ +# Release Videos + +## Version 1.23 + +
+ +
+ +## Version 1.22 + +
+ +
+ +## Version 1.21 + +
+ +
+ + +## Version 1.20 + +
+ +
+ +## Version 1.19 + +
+ +
+ +## Version 1.18 + +
+ +
+ +## Version 1.17 + +
+ +
+ +## Version 1.16 + +
+ +
+ +## Version 1.15 + +
+ +
+ +## Version 1.14 + +
+ +
diff --git a/dotnet/sidebarCommunity.js b/dotnet/sidebarCommunity.js index 884b3b4f2c3a1..a05ad40ccf70b 100644 --- a/dotnet/sidebarCommunity.js +++ b/dotnet/sidebarCommunity.js @@ -2,9 +2,17 @@ module.exports = { community: [ + 'welcome', { - type: 'autogenerated', - dirName: '.', + type: 'category', + label: 'Videos', + items: [ + 'conference-videos', + 'live-streams', + 'feature-videos', + 'release-videos' + ], + collapsed: false, }, { diff --git a/java/sidebarCommunity.js b/java/sidebarCommunity.js index 884b3b4f2c3a1..a05ad40ccf70b 100644 --- a/java/sidebarCommunity.js +++ b/java/sidebarCommunity.js @@ -2,9 +2,17 @@ module.exports = { community: [ + 'welcome', { - type: 'autogenerated', - dirName: '.', + type: 'category', + label: 'Videos', + items: [ + 'conference-videos', + 'live-streams', + 'feature-videos', + 'release-videos' + ], + collapsed: false, }, { diff --git a/nodejs/sidebarCommunity.js b/nodejs/sidebarCommunity.js index 884b3b4f2c3a1..a05ad40ccf70b 100644 --- a/nodejs/sidebarCommunity.js +++ b/nodejs/sidebarCommunity.js @@ -2,9 +2,17 @@ module.exports = { community: [ + 'welcome', { - type: 'autogenerated', - dirName: '.', + type: 'category', + label: 'Videos', + items: [ + 'conference-videos', + 'live-streams', + 'feature-videos', + 'release-videos' + ], + collapsed: false, }, { diff --git a/python/sidebarCommunity.js b/python/sidebarCommunity.js index 884b3b4f2c3a1..a05ad40ccf70b 100644 --- a/python/sidebarCommunity.js +++ b/python/sidebarCommunity.js @@ -2,9 +2,17 @@ module.exports = { community: [ + 'welcome', { - type: 'autogenerated', - dirName: '.', + type: 'category', + label: 'Videos', + items: [ + 'conference-videos', + 'live-streams', + 'feature-videos', + 'release-videos' + ], + collapsed: false, }, {