From 6722ecc402a6574b9a6312e810db438bd101f30a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aur=C3=A9lien=20Pupier?= Date: Fri, 9 Apr 2021 14:04:29 +0200 Subject: [PATCH] FUSETOOLS2-13 - run UI tests on Jenkins MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Aurélien Pupier --- Jenkinsfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Jenkinsfile b/Jenkinsfile index a61f3a7d3..991ac11ef 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -25,6 +25,7 @@ node('rhel8'){ stage('Test') { wrap([$class: 'Xvnc']) { sh "npm test --silent" + sh "npm run ui-test" junit 'report.xml' } }