Skip to content

Brainstorming ideas (see notes) #1

@richardeschloss

Description

@richardeschloss
  • 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-utils and 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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions