Static GitHub Issues

[935] How to write tests in a scalable way

prev: How does one add routes from the plugin?
next: ReferenceError: regeneratorRuntime is not defined

The current way of writing end to end tests involves writing build process of the app in the before hook. If someone wants to write tests in multiple files, the app needs to be built multiple times. Is it possible to

  1. write tests in multiple files but just build the app once? or
  2. specify only one page to build to reduce the build time while makes it possible to split the tests in multiple files?
<!--cmty--><!--cmty_prevent_hook--><div align="right"><sub><em>This question is available on <a href="https://nuxtjs.cmty.io">Nuxt.js</a> community (<a href="https://nuxtjs.cmty.io/nuxt/nuxt.js/issues/c800">#c800</a>)</em></sub></div>