SonarQube

preview_player
Показать описание
SonarQube setup using Sonar Scanner

# SDET Series 1: All about Rest Assured
1. Covered complete Rest Assured from basic to advanced with examples
2. Ready to use Automation Framework

# SDET Series 2: Important SDET Automation Testing Topics
1. Cucumber Framework with Dependency Injection
2. Cucumber Parallel Running
3. Using feature files from separate projects using dependencies
4. CICD
5. Sonar Qube setup
6. GraphWalker - Automation of Model Based Testing
7. Lombok
8. Reading property via Owner library - very useful

# SDET Series 3: API Automation Testing Advanced Concepts
1. Reading JSON, Serialization, De serialization
2. Reading Dynamic JSON
3. CSV to JSON, GSON, Jackson Libraries
4. XML

#SDET All about YAML

#SDET WinAppDriver
Рекомендации по теме
Комментарии
Автор

following is the content of sonar-scanner.property file



#Configure here general information about the environment, such asSonarQube DB details for example
#No information about specific project should appear here

Default SonarQube server

Default source code encoding
#sonar.sourceEncoding=UTF-8

sonar.projectKey=SonarPro
sonar.projectName=SonarPro
sonar.projectVersion=1.0


prodbug