mercredi 29 janvier 2020

Good test framework for unit testing on Nuxt, Vue, Express, Mongoose, and GraphQL

I'm looking for a good unit test framework. The web app development is based on Nuxt(Vue), Express, and GraphQL.

So, I would need to test:

  • UI - Nuxt on the front-end
  • models => Mongoose
  • resolvers => GraphQL
  • endpoint => GraphQL
  • Any back-end function => Express

Nuxt seems suggesting to use AVA test framework. So far, it is kind of hard to set up all of these using AVA.

What would be the best test framework to use for this web app?

Aucun commentaire:

Enregistrer un commentaire