diff --git a/Jenkinsfile b/Jenkinsfile index fa279764b..537032ec1 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -109,7 +109,7 @@ EOF // steps { // wrap([$class: 'Xvfb']) { // nvm(getNodejsVersion()) { - // sh 'npm run e2e -- --params.baseURL http://localhost:$EXPLORER_PORT' + // sh 'npm run test:e2e -- --params.baseURL http://localhost:$EXPLORER_PORT' // } // } // }