Browse Source

Factory Report

master
qniao 3 years ago
parent
commit
abb325606f
4 changed files with 19101 additions and 0 deletions
  1. 2128
      log.html
  2. 14530
      output.xml
  3. 2431
      report.html
  4. 12
      ztb-factory.sh

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

14530
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

12
ztb-factory.sh

@ -0,0 +1,12 @@
#!/usr/bin/env bash
cd /root/ztb-factory-rf-api
git pull --all
python3 -m robot /root/ztb-factory-rf-api 000-Data 001-FactoryReceiptManual 002-FactoryReceiptSwipe 003-FactoryOffsite 004-FactoryOutOrderManual 005-FactoryOutSwipe
git add .
git commit -m "Factory Report"
git push
Loading…
Cancel
Save