From b65216387e2f8bdd4f67361965ca17f0cac87b72 Mon Sep 17 00:00:00 2001 From: Robby Rabbitman Date: Wed, 7 May 2025 21:25:16 +0200 Subject: [PATCH] chore(core): nx plugin submission @robby-rabbitman/nx-plus-web-test-runner (#30419) # Community Plugin Submission ## @robby-rabbitman/nx-plus-web-test-runner A plugin to infer [Web Test Runner](https://modern-web.dev/docs/test-runner/overview) in a Nx workspace. Co-authored-by: robby rabbitman Co-authored-by: Isaac Mann --- community/approved-plugins.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/community/approved-plugins.json b/community/approved-plugins.json index 9a24a8d8c4..049f004cbd 100644 --- a/community/approved-plugins.json +++ b/community/approved-plugins.json @@ -524,6 +524,11 @@ "description": "Foundry generators and inferred tasks for Nx", "url": "https://github.com/juliangsibecas/nx-foundry" }, + { + "name": "@robby-rabbitman/nx-plus-web-test-runner", + "description": "Web Test Runner plugin for Nx workspaces.", + "url": "https://github.com/RobbyRabbitman/nx-plus/tree/main/libs/web-test-runner" + }, { "name": "@aws/nx-plugin", "description": "Nx Plugin for AWS: Accelerate building cloud-native applications with AWS",