AppSetting.json 1012 B

1234567891011121314151617181920212223
  1. {
  2. "MaxExcuteCount": 5,
  3. "ExcuteCmdConfig": "robot --listener \"C:\\Python\\Python37\\Lib\\site-packages\\CustomLibrary\\PythonListener.py\" --argumentfile C:\\Users\\vinno\\AppData\\Local\\Temp\\RIDE8gxnc7ut.d\\argfile.txt C:\\Python\\Python37\\Lib\\site-packages\\FlyinsonoRobotFrameworkApi",
  4. "CurrentVersion": "1.0.0.1",
  5. "SourceFilePath": "D:\\Project\\git\\robot Tests\\FlyinsonoRobotFrameworkApi",
  6. "RobotFileNames": [ "AllApi", "AllSuite", "CommonConfig", "Utils" ],
  7. "CustomFileName": "CustomLibrary",
  8. "RideFileName": "argfile.txt",
  9. "RobotRunPath": "C:\\Python\\Python37\\Lib\\site-packages\\FlyinsonoRobotFrameworkApi",
  10. "CustomPyPath": "C:\\Python\\Python37\\Lib\\site-packages\\CustomLibrary",
  11. "RideArtPath": "C:\\Users\\vinno\\AppData\\Local\\Temp\\RIDE8gxnc7ut.d",
  12. "Records": [
  13. {
  14. "ExcuteDate": "2023-06-09",
  15. "ExcuteRecords": [
  16. {
  17. "ExcuteStartTime": "2023-06-09 10:00:00",
  18. "ExcuteEndTime": "2023-06-09 10:05:00"
  19. }
  20. ]
  21. }
  22. ]
  23. }