Browse Source

new report file

pull/2/head
“liuqisong@qniao.cn” 4 years ago
parent
commit
09800131d6
4 changed files with 7760 additions and 0 deletions
  1. 2125
      log.html
  2. 3194
      output.xml
  3. 2431
      report.html
  4. 10
      ztb-factory.sh

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

3194
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
ztb-factory.sh

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