Skip to content
Compare
Choose a tag to compare
@zhou9584 zhou9584 released this 29 Dec 01:58
757c7dd

Release Note

New Feature

  • TestRunner refactor round 2
    • Test runner lifecycle: buildDeviceTestTask -> setUp -> run -> tearDown
    • Remove runner class dependencies for Spring annotations, create TestRunnerConfig.java to centralize the configuration.
    • Inline some runner members as local var.
    • Change the method access of reInstallApp
  • Provide the ability to restart an agent in center by Admin
  • [T2C]Launch Windows App by command

Bug Fix

  • [ADO Plugin]Fix that the plugin fails in the release pipeline
  • Fix bug in ADBLogcatCollector isCrashFound() method.
  • Condense the application.yml, application-test.yml

Changes:

  • 757c7dd Condense the application.yml, application-test.yml to keep things deployable and runnable. (#184)
  • 321ea24 Fix the bug of missing ADBOperateUtil initialization (#186)
  • c33b7a1 Add image of contributors to README (#183)
  • c66d08c TestRunner refactor round 2, keep decoupling and build test lifecycle: buildDeviceTestTask -> setUp -> run -> tearDown (#181)
  • 6103050 Add win app launch script and extract the sleeps to ThreadUtils (#180)
  • 2f792d4 Fix that the plugin fails in the release pipeline (#179)
  • 16d75c6 Provide the ability to restart an agent in center by Admin (#178)

This list of changes was auto generated.