jenkins-scripts/tests/ui/Jenkinsfile

5 lines
67 B
Groovy

stage('ui tests') {
echo 'ui tests'
sh 'npm run test:ui'
}