From a64dd587e29ee690b5912f8b69f43c277fa6387e Mon Sep 17 00:00:00 2001 From: Hui Lan Date: Sat, 6 Feb 2021 22:00:23 +0800 Subject: Jenkinsfile: test case for clicking Next link. --- Jenkinsfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 00965b5..b19b3c5 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -23,7 +23,8 @@ pipeline { sh 'pip3 install pytest -U -q' sh 'pip3 install selenium -U -q' sh 'python3 -m pytest ./app/test/test_signup.py' - sh 'python3 -m pytest ./app/test/test_login.py' + sh 'python3 -m pytest ./app/test/test_login.py' + sh 'python3 -m pytest ./app/test/test_next_essay.py' } } stage('DeployIt') { -- cgit v1.2.1