Тёмный

How to run Unit Tests with JaCoCo, Maven and IntelliJ IDEA 

Begin Secure
Подписаться 2,8 тыс.
Просмотров 5 тыс.
50% 1

Опубликовано:

 

28 сен 2024

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 15   
@alejandrokovaltchuk8863
@alejandrokovaltchuk8863 7 месяцев назад
Excellent explanation, nice job!
@beginsecure
@beginsecure 7 месяцев назад
I really appreciate your feedback! It means a lot to me.
@amineamine2208
@amineamine2208 3 месяца назад
Thank you so much for the video , i have a question please . what is the best sonarqube ou jacoco
@beginsecure
@beginsecure 3 месяца назад
Thanks for the question. It depends on what your goals are. JaCoCo is best for measuring test coverage, while SonarQube provides a broader range of static code analysis and integrates with JaCoCo for coverage metrics. Using both together gives you a complete picture of your code quality and test coverage. I would suggest using both.
@vireaksstorm5994
@vireaksstorm5994 7 месяцев назад
Thank you so much for the video. I have a few questions for parameterizeTest above your case. Do you have to try to update these reports to the Sonarqube to check for the test? If it works how to set things up and running with related POM includes: Surefire, Jacoco, and Sonarqube for the project?
@beginsecure
@beginsecure 7 месяцев назад
Thank you for your feedback! Yes, you can update Jacoco test reports to SonarQube to analyze your test coverage. To set this up, you need to configure your project's pom.xml file to include the Surefire plugin for running tests, the Jacoco plugin for generating the coverage reports, and the SonarQube plugin to analyze and send these reports to SonarQube. You'll need to add the plugin configurations for each of these tools in your pom.xml and ensure they are correctly set up to interact with each other. For SonarQube, you'll also have to configure the sonar.projectKey, sonar.host.url, and sonar.login properties, potentially in a sonar-project.properties file or directly in your pom.xml. Good topic for a future video. Thanks for watching!
@vireaksstorm5994
@vireaksstorm5994 7 месяцев назад
@@beginsecure Thank you for your information. I am waiting for your new video.
@parthasawant
@parthasawant 8 месяцев назад
Concise, Focused, No BullShit 👍👍👍 Keep it up Man 👍
@beginsecure
@beginsecure 8 месяцев назад
Awesome comment. Thanks for noticing. I respect your time!!
@sandeeprawat3471
@sandeeprawat3471 2 месяца назад
Thanks for making valuable information, concept cleared...
@beginsecure
@beginsecure 2 месяца назад
Thanks so much for saying that! All the best!!
@mihai6564
@mihai6564 4 месяца назад
thanks for the video
@beginsecure
@beginsecure 4 месяца назад
You're welcome, thanks for watching!
@develop-TC
@develop-TC 4 месяца назад
great!!
@beginsecure
@beginsecure 4 месяца назад
Thank you so much for your support!
Далее
How to run Unit Tests with Maven and IntelliJ IDEA
8:57
How to Run JUnit test in Intellij
12:00
Просмотров 1 тыс.
My 10 “Clean” Code Principles (Start These Now)
15:12
Spring Boot Testing - ** Batteries Included 🔋🔋
41:12