Browse Source

优化获取baseurl和header

pull/24/head
梁金满 4 years ago
parent
commit
b4bfe4838d
6 changed files with 26108 additions and 0 deletions
  1. 0
      100_test_data_clear.robot
  2. 0
      __init__.robot
  3. 2128
      log.html
  4. 21539
      output.xml
  5. 2431
      report.html
  6. 10
      yyt-trading.sh

0
100_test_data_clear.robot

0
__init__.robot

2128
log.html
File diff suppressed because it is too large
View File

21539
output.xml
File diff suppressed because it is too large
View File

2431
report.html
File diff suppressed because it is too large
View File

10
yyt-trading.sh

@ -0,0 +1,10 @@
#!/usr/bin/env bash
cd /root/yyt-trading-rf-api
git pull --all
python3 -m robot /root/yyt-trading-rf-api
git add .
git commit -m "new report file"
git push
Loading…
Cancel
Save