diff --git a/Jenkinsfile b/Jenkinsfile index f64a360..9359581 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -18,6 +18,7 @@ pipeline { } stage('Selenium Tests') { steps { + echo 'Running Selenium Tests...' //sh 'python3 selenium.py' } }