Jenkinsfile: use selenium/standalone-firefox

pull/1/head
Hui Lan 2021-07-14 17:58:37 +08:00
parent 5ce9b6167c
commit 0e77dc449d
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

@ -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'