summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHui Lan <lanhui@zjnu.edu.cn>2021-02-06 22:00:23 +0800
committerHui Lan <lanhui@zjnu.edu.cn>2021-02-06 22:00:23 +0800
commita64dd587e29ee690b5912f8b69f43c277fa6387e (patch)
tree8dd1260bd1655aca126c79057fe94ff1a3ea17ad
parent793a52a46a6ee4ddbb810d4c916dcd084c71783d (diff)
Jenkinsfile: test case for clicking Next link.
-rw-r--r--Jenkinsfile3
1 files changed, 2 insertions, 1 deletions
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') {