Update Jenkinsfile
This commit is contained in:
parent
b86eca2af8
commit
3b74eb127b
|
@ -18,6 +18,7 @@ pipeline {
|
||||||
}
|
}
|
||||||
stage('Selenium Tests') {
|
stage('Selenium Tests') {
|
||||||
steps {
|
steps {
|
||||||
|
echo 'Running Selenium Tests...'
|
||||||
//sh 'python3 selenium.py'
|
//sh 'python3 selenium.py'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue