npm install
npm run serve
npm run build
npm run test:unit
npm run test:e2e
npm i --save-dev jest-junit jest-serializer-vue jest-sonar-reporter jest-vue-preprocessor
npm i sonarqube-scanner -g
1 config sonar-project.properties 2 config script in package.json
"jest": "jest --coverage --logHeapUsage --maxWorkers=2 --no-cache --config jest.config.js"
3
npm run jest
4
sonar-scanner
5 result in sonar server