Open ianlet opened 1 month ago
Add a new testing-library starter to the Qwik Starters.
testing-library
The goal would be to automate the installation and setup required to get started with Qwik Testing Library as well as providing a basic example on how to use the library.
Ideally the command to run the starter would be:
pnpm qwik add testing-library
The Qwik plug-in was submitted here https://github.com/QwikDev/qwik/pull/6924 but it's pending as the plug-in system will be rewritten.
This is what the Testing Library site has in the docs but it doesn't work.
Oh that's right, we forgot to remove it from the intro page as well. Thanks, I opened a PR there to update the official docs.
Suggestion
Add a new
testing-library
starter to the Qwik Starters.The goal would be to automate the installation and setup required to get started with Qwik Testing Library as well as providing a basic example on how to use the library.
Ideally the command to run the starter would be:
The Qwik plug-in was submitted here https://github.com/QwikDev/qwik/pull/6924 but it's pending as the plug-in system will be rewritten.