We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 33cd2aa commit bde4c1cCopy full SHA for bde4c1c
src/data/resources.ts
@@ -937,4 +937,14 @@ export const playwrightResources: Resource[] = [
937
isGithub: true,
938
tags: ["Tools", "IDE", "Playwright"],
939
},
940
+ {
941
+ id: "96",
942
+ title: "RunWright",
943
+ description:
944
+ "A GitHub Action to run Playwright tests optimally and within time limits",
945
+ url: "https://github.com/PramodKumarYadav/runwright",
946
+ category: "Tools",
947
+ isGithub: true,
948
+ tags: ["Tools", "GitHub Actions", "Playwright"],
949
+ },
950
];
0 commit comments