Jenkinsfile: use selenium/standalone-firefox
parent
5ce9b6167c
commit
0e77dc449d
|
@ -19,7 +19,7 @@ pipeline {
|
|||
stage('TestIt') {
|
||||
steps {
|
||||
echo 'Testing..'
|
||||
sh 'sudo docker run -d -p 4444:4444 selenium/standalone-chrome'
|
||||
sh 'sudo docker run -d -p 4444:4444 selenium/standalone-firefox'
|
||||
sh 'pip3 install pytest -U -q'
|
||||
sh 'pip3 install pytest-html -U -q'
|
||||
sh 'pip3 install selenium -U -q'
|
||||
|
|
Loading…
Reference in New Issue