summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHui Lan <lanhui@zjnu.edu.cn>2021-02-06 21:39:41 +0800
committerHui Lan <lanhui@zjnu.edu.cn>2021-02-06 21:39:41 +0800
commit7d1175c8812b6699ac46c45dd5540bcb24417ef9 (patch)
tree22553fa61ec46451bb8ef5846f90dd380ea0de6b
parent853115189e9b97568242b7ef68b8db52ef78d260 (diff)
Jenkinsfile: add another test case.
-rw-r--r--Jenkinsfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Jenkinsfile b/Jenkinsfile
index 95dd5ae..00965b5 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -23,7 +23,7 @@ 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'
}
}
stage('DeployIt') {