aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-web/jest.config.js
diff options
context:
space:
mode:
authorJeremy Davis <jeremy.davis@sonarsource.com>2021-11-11 11:20:48 +0100
committersonartech <sonartech@sonarsource.com>2021-11-16 20:03:55 +0000
commit8871c8fed824a18fe93d9ad167275492426720fa (patch)
tree7fa63de77bd21554d182c0a0641cc53c70e7f901 /server/sonar-web/jest.config.js
parentbe28c6d7d70b85472a1213e2384a499432de2e99 (diff)
downloadsonarqube-8871c8fed824a18fe93d9ad167275492426720fa.tar.gz
sonarqube-8871c8fed824a18fe93d9ad167275492426720fa.zip
SONAR-15633 collect jest test data for Kibana
Diffstat (limited to 'server/sonar-web/jest.config.js')
-rw-r--r--server/sonar-web/jest.config.js6
1 files changed, 6 insertions, 0 deletions
diff --git a/server/sonar-web/jest.config.js b/server/sonar-web/jest.config.js
index a83d3ab64e2..f5b819e37a2 100644
--- a/server/sonar-web/jest.config.js
+++ b/server/sonar-web/jest.config.js
@@ -39,6 +39,12 @@ module.exports = {
classNameTemplate: '{classname}',
titleTemplate: '{title}'
}
+ ],
+ [
+ './config/jest/ElasticSearchReporter.js',
+ {
+ outputFilepath: '/tmp/ut-ts-web-monitoring.log'
+ }
]
]
};