Skip to content

Commit dfaaac0

Browse files
added playwright-tips-tricks
1 parent bde4c1c commit dfaaac0

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
@@ -937,7 +937,7 @@ export const playwrightResources: Resource[] = [
937937
isGithub: true,
938938
tags: ["Tools", "IDE", "Playwright"],
939939
},
940-
{
940+
{
941941
id: "96",
942942
title: "RunWright",
943943
description:
@@ -947,4 +947,13 @@ export const playwrightResources: Resource[] = [
947947
isGithub: true,
948948
tags: ["Tools", "GitHub Actions", "Playwright"],
949949
},
950+
{
951+
id: "97",
952+
title: "playwright-tips-tricks",
953+
description: "A GitHub Repo that has playwright-tips-tricks",
954+
url: "https://github.com/thananauto/playwright-tips-tricks",
955+
category: "Sample Frameworks",
956+
isGithub: true,
957+
tags: ["Sample Frameworks", "Playwright"],
958+
},
950959
];

0 commit comments

Comments
 (0)