Skip to content

leenawat/vue-typescript-first-sonarqube-jest-cypress

Repository files navigation

vue-typescript-first

Project setup

npm install

Compiles and hot-reloads for development

npm run serve

Compiles and minifies for production

npm run build

Run your unit tests

npm run test:unit

Run your end-to-end tests

npm run test:e2e

init for upload test result to sonarqube server

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

Screen Shot

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published