-
Notifications
You must be signed in to change notification settings - Fork 2
/
.travis.yml
29 lines (28 loc) · 1.37 KB
/
.travis.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
language: python
python:
- "3.7"
# command to install dependencies
install:
- pip install paramiko
- pip install requests
- pip install openpyxl
- pip install pymysql
- pip install redis
- pip install twine
- pip install assertpy
- pip install flask
- pip install flask_restful
- pip install jinja2
- pip install pyaml
- pip install deepdiff
- pip install setuptools
- pip install jsonschema
- pip install progress
script:
- # or py.test for Python versions 3.5 and below
- python -m haf run -rc=1 -case=./testcases/test.xlsx,./testcases/test2.json,./testcases/test3.yml -rh=True -rod=./testcases/report.html -ld=./testcases -debug=true
- python -m haf run -rc=1 -case=./testcases/test2.json -rh=True -rod=./testcases/report.html -ld=./testcases -debug=true
- python -m haf run -rc=1 -case=./testcases/test3.yml -rh=True -rod=./testcases/report.html -ld=./testcases -debug=true
- python -m haf run -rc=2 -case=./testcases/test3.yml -rh=True -rod=./testcases/report.html -ld=./testcases -nout=true
- python -m haf run -rc=3 -case=./testcases/test.xlsx,./testcases/test2.json,./testcases/test3.yml -rh=True -rod=./testcases/report1.html -ld=./testcases -debug=true
- python -m haf run -rc=3 -case=./testcases/test.xlsx,./testcases/test2.json,./testcases/test3.yml -rh=True -rod=./testcases/report1.html -ld=./testcases -llog=true