Skip to content

Commit 6d7aecf

Browse files
Update resources.ts with Pw api plug description and Artem Bondar yt channel
1 parent b75d063 commit 6d7aecf

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

src/data/resources.ts

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -616,7 +616,7 @@ export const playwrightResources: Resource[] = [
616616
{
617617
id: "69",
618618
title: "PwAPI Plugin",
619-
description: "Comprehensive Playwright learning resource with tutorials and best practices from Checkly",
619+
description: "Playwright Plugin for Comprehensive API Testing and presenting Results in User Friendly Manner.",
620620
url: "https://github.com/sclavijosuero/pw-api-plugin",
621621
category: "Tools",
622622
tags: ["Tools", "API", "Plugin"],
@@ -794,6 +794,15 @@ export const playwrightResources: Resource[] = [
794794
category: "Integrations",
795795
tags: ["Integrations", "Playwright", "BDD"],
796796
isGithub: true,
797+
},
798+
{
799+
800+
id: "90",
801+
title: "Artem Bondar",
802+
description: "Playwright with TS by Artem Bondar",
803+
url: "https://youtube.com/playlist?list=PL4a2-SrtFTviZQZiBiZD3cArnKjSDOMLy&si=YWvVAfWwvxPjFcBZ",
804+
category: "Youtube Channels",
805+
tags: ["Youtube Channels"]
797806
}
798807
];
799808

0 commit comments

Comments
 (0)