We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bde4c1c commit dfaaac0Copy full SHA for dfaaac0
src/data/resources.ts
@@ -937,7 +937,7 @@ export const playwrightResources: Resource[] = [
937
isGithub: true,
938
tags: ["Tools", "IDE", "Playwright"],
939
},
940
- {
+ {
941
id: "96",
942
title: "RunWright",
943
description:
@@ -947,4 +947,13 @@ export const playwrightResources: Resource[] = [
947
948
tags: ["Tools", "GitHub Actions", "Playwright"],
949
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
+ },
959
];
0 commit comments