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
- write tests in multiple files but just build the app once? or
- 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>