The implementation of Automated Testing of Interfaces.
-
Clone ATI repository
git clone https://github.com/leeyoshinari/ATI.git cd ATI
-
Modify
./common/GenerateKey.py
. It's used to encrypt your password of email. -
Modify
config.py
. -
Design test cases. Modify
testCase.xlsx
.
IntestCase.xlsx
, parameters need to be parameterized, variables must be identified with<>
, for example:<variable_name>
. -
Run
python3 main.py
or
nohup python3 main.py &
-
For more information, please readme.
- requests
- xlutils