Skip to content

Commit bde4c1c

Browse files
added runWright
1 parent 33cd2aa commit bde4c1c

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

src/data/resources.ts

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -937,4 +937,14 @@ export const playwrightResources: Resource[] = [
937937
isGithub: true,
938938
tags: ["Tools", "IDE", "Playwright"],
939939
},
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+
},
940950
];

0 commit comments

Comments
 (0)