0
0
Fork 0

Jenkinsfile: use selenium/standalone-firefox

Lanhui-add-articles
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') { stage('TestIt') {
steps { steps {
echo 'Testing..' 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 -U -q'
sh 'pip3 install pytest-html -U -q' sh 'pip3 install pytest-html -U -q'
sh 'pip3 install selenium -U -q' sh 'pip3 install selenium -U -q'