Skip to content

Commit

Permalink
FUSETOOLS2-13 - run UI tests on Jenkins
Browse files Browse the repository at this point in the history
Signed-off-by: Aurélien Pupier <[email protected]>
  • Loading branch information
apupier committed Sep 7, 2021
1 parent 45b245b commit 6722ecc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ node('rhel8'){
stage('Test') {
wrap([$class: 'Xvnc']) {
sh "npm test --silent"
sh "npm run ui-test"
junit 'report.xml'
}
}
Expand Down

0 comments on commit 6722ecc

Please sign in to comment.