0👍
Your tests should be run before building process. More here
Or you are going to use selenium/something like that?
- [Vuejs]-How to limits an input to specific values without checking keycodes and without flickering the value?
- [Vuejs]-Rendering escaped HTML from api call with vue.js
0👍
You could set cssLoaders in webpack config to ‘extract’ css in dev/test/production build and that way it will not hashing your classes
Source:stackexchange.com