forked from mrlan/EnglishPal
Jenkinsfile: generate an HTML test report.
parent
783a0b22e1
commit
3cc5105c47
|
@ -22,7 +22,7 @@ pipeline {
|
||||||
sh 'sudo docker run -d -p 4444:4444 selenium/standalone-chrome'
|
sh 'sudo docker run -d -p 4444:4444 selenium/standalone-chrome'
|
||||||
sh 'pip3 install pytest -U -q'
|
sh 'pip3 install pytest -U -q'
|
||||||
sh 'pip3 install selenium -U -q'
|
sh 'pip3 install selenium -U -q'
|
||||||
sh 'python3 -m pytest -v -s ./app/test'
|
sh 'pytest -v -s –html=EnglishPalTestReport.html ./app/test'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
stage('DeployIt') {
|
stage('DeployIt') {
|
||||||
|
|
Loading…
Reference in New Issue