diff --git a/Jenkinsfile b/Jenkinsfile index 97c9bc7..43799bf 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -21,6 +21,7 @@ pipeline { echo 'Testing..' sh 'sudo docker run -d -p 4444:4444 selenium/standalone-chrome' sh 'pip3 install pytest -U -q' + sh 'pip3 install pytest-html -U -q' sh 'pip3 install selenium -U -q' sh 'pytest -v -s --html=EnglishPalTestReport.html ./app/test' }