forked from damianszczepanik/cucumber-reporting
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsonar-project.properties
16 lines (16 loc) · 1.09 KB
/
sonar-project.properties
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
sonar.host.url=https://sonarcloud.io
sonar.projectKey=net.masterthought:cucumber-reporting
sonar.projectName=Provides pretty html reports for Cucumber (Behaviour-Driven Development). It works by generating html from the cucumber json report formatter. So can be used anywhere a json report is generated. Current use is in the cucumber jenkins plugin and a maven mojo to generate the same report from mvn command line when running locally.
# =====================================================
# Meta-data for the project
# =====================================================
sonar.links.homepage=https://github.com/damianszczepanik/cucumber-reporting
sonar.links.ci=https://travis-ci.org/damianszczepanik/cucumber-reporting
sonar.links.scm=https://github.com/damianszczepanik/cucumber-reporting
sonar.links.issue=https://github.com/damianszczepanik/cucumber-reporting/issues
# =====================================================
# Properties that will be shared amongst all modules
# =====================================================
# SQ standard properties
sonar.sources=src/main
sonar.tests=src/test