ianlet / qwik-testing-library

⚡ Simple and complete Qwik DOM testing utilities that encourage good testing practices
MIT License
14 stars 1 forks source link

[✨] Create a Qwik starter template to install & setup qwik-testing-library #8

Open ianlet opened 1 month ago

ianlet commented 1 month ago

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:

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.

brandonpittman commented 2 weeks ago

This is what the Testing Library site has in the docs but it doesn't work.

ianlet commented 2 weeks ago

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.