-
-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
- I like the create-nuxt-app and how it sets up the testing environment. I would like to re-use some of their CLI code to generate the testing environment (in case the dev didn't originally set that up, and if they only wish to quickly set up testing).
- I love vue-test-utils, that will be a dependency of course
- All testing should be set up with a simple command, in my opinion:
npm i -D nuxt-test-utilsand be ready to go in ~30 sec (goal). - Pain-points for testing Nuxt plugins are addressed on code I have locally. I would like to clean up that code and commit to here.
- I have a preference for Ava test framework, but I'll try to have examples for the most popular ones: ava, jest.
- Rapid scaffolding would be nice. Since the framework is component-driven, tests should probably be scaffolded on component generation.
- More ideas to come.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels