@@ -19,7 +19,8 @@ export const categories = [
1919 "Premium Courses" ,
2020 "Integrations" ,
2121 "Reporters" ,
22- "Playwright Official"
22+ "Playwright Official" ,
23+ "AI/MCP"
2324] ;
2425
2526export const playwrightResources : Resource [ ] = [
@@ -265,7 +266,7 @@ export const playwrightResources: Resource[] = [
265266 title : "cucumber-playwright" ,
266267 description : "A starter repo for writing E2E tests based on Cucumber with Playwright using TypeScript" ,
267268 url : "https://github.com/Tallyb/cucumber-playwright" ,
268- category : "Integrations " ,
269+ category : "Sample Frameworks " ,
269270 tags : [ "integrations" , "cucumber" , "bdd" ] ,
270271 isGithub : true ,
271272 } ,
@@ -740,14 +741,59 @@ export const playwrightResources: Resource[] = [
740741 } ,
741742 {
742743 id : "84" ,
744+ title : "Playwright MCP" ,
745+ description : "Playwright MCP (Model-based Conformance Protocol) is a framework for building and running model-based tests with Playwright" ,
746+ url : "https://github.com/microsoft/playwright-mcp" ,
747+ category : "AI/MCP" ,
748+ tags : [ "AI" , "MCP" , "Playwright" ] ,
749+ isGithub : true ,
750+ } ,
751+ {
752+ id : "85" ,
743753 title : "PW Framework Step By Step" ,
744754 description : "A step-by-step guide to building a Playwright framework with best practices" ,
745755 url : "https://github.com/idavidov13/PW-Framework-Step-By-Step" ,
746756 category : "Sample Frameworks" ,
747757 tags : [ "Sample Frameworks" , "Playwright" , "Community" ] ,
748758 isGithub : true ,
749- }
759+ } ,
750760
751-
761+ {
762+ id : "86" ,
763+ title : "MCP Playwright By Execute Automation" ,
764+ description : "A framework for building and running model-based tests with Playwright" ,
765+ url : "https://github.com/executeautomation/mcp-playwright" ,
766+ category : "AI/MCP" ,
767+ tags : [ "AI" , "MCP" , "Playwright" ] ,
768+ isGithub : true ,
769+ } ,
770+ {
771+ id : "87" ,
772+ title : "Scrapy Playwright" ,
773+ description : "A Scrapy plugin that integrates Playwright for web scraping" ,
774+ url : "https://github.com/scrapy-plugins/scrapy-playwright" ,
775+ category : "Sample Frameworks" ,
776+ tags : [ "Sample Frameworks" , "Scrapy" , "Web Scraping" ] ,
777+ isGithub : true ,
778+ } ,
779+ {
780+ id : "88" ,
781+ title : "Playwright Microsoft Teams Reporter" ,
782+ description : "A Playwright reporter that sends test results to Microsoft Teams" ,
783+ url : "https://github.com/playwright-community/playwright-msteams-reporter" ,
784+ category : "Reporters" ,
785+ tags : [ "Reporters" , "Playwright" , "Microsoft Teams" ] ,
786+ isGithub : true ,
787+ } ,
788+ {
789+ //https://github.com/vitalets/playwright-bdd
790+ id : "89" ,
791+ title : "Playwright BDD" ,
792+ description : "BDD testing with Playwright runner and CucumberJS integration" ,
793+ url : "https://github.com/vitalets/playwright-bdd" ,
794+ category : "Integrations" ,
795+ tags : [ "Integrations" , "Playwright" , "BDD" ] ,
796+ isGithub : true ,
797+ }
752798] ;
753799
0 commit comments