We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 53b1993 commit fabfda2Copy full SHA for fabfda2
src/data/resources.ts
@@ -737,6 +737,15 @@ export const playwrightResources: Resource[] = [
737
tags: ["Playwright", "Community", "Discord"],
738
739
740
+ },
741
+ {
742
+ id: "84",
743
+ title: "PW Framework Step By Step",
744
+ description: "A step-by-step guide to building a Playwright framework with best practices",
745
+ url: "https://github.com/idavidov13/PW-Framework-Step-By-Step",
746
+ category: "Sample Frameworks",
747
+ tags: ["Sample Frameworks", "Playwright", "Community"],
748
+ isGithub: true,
749
}
750
751
0 commit comments