Skip to content

Commit d46f46e

Browse files
authored
Add a new component test plugin: cypress-rspack-dev-server (cypress-io#5590)
1 parent 5e69a09 commit d46f46e

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

src/data/plugins.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1027,6 +1027,13 @@
10271027
"link": "https://github.com/fochlac/cypress-devserver-esbuild",
10281028
"keywords": ["component", "esbuild", "devserver"],
10291029
"badge": "community"
1030+
},
1031+
{
1032+
"name": "cypress-rspack-dev-server",
1033+
"description": "Build Cypress Component Tests using Rspack.",
1034+
"link": "https://github.com/th3fallen/cypress-rspack-dev-server",
1035+
"keywords": ["component", "Rspack", "dev-server"],
1036+
"badge": "community"
10301037
}
10311038
]
10321039
},

0 commit comments

Comments
 (0)