1. 23 Jan, 2023 1 commit
  2. 15 Dec, 2022 1 commit
  3. 27 Oct, 2022 1 commit
  4. 08 Sep, 2022 1 commit
  5. 26 Aug, 2022 1 commit
  6. 24 Jun, 2022 1 commit
  7. 15 Jun, 2022 1 commit
  8. 27 Apr, 2022 1 commit
  9. 02 Nov, 2021 1 commit
  10. 15 Oct, 2021 1 commit
  11. 11 Oct, 2021 1 commit
  12. 08 Oct, 2021 3 commits
  13. 18 Aug, 2021 1 commit
  14. 14 Jul, 2021 1 commit
  15. 08 Jul, 2021 1 commit
  16. 01 Jul, 2021 1 commit
  17. 10 Jun, 2021 1 commit
    • Justin Hutchins's avatar
      Improve WebDriver error message (#81107) · db528a24
      Justin Hutchins authored
      * Add link to documentation in error message
      
      The current WebDriver message is incomplete. Add link to
      the documentation on WebDrivers for different browsers
      to help troubleshooting.
      db528a24
  18. 18 May, 2021 1 commit
  19. 10 May, 2021 1 commit
  20. 09 May, 2021 1 commit
  21. 03 May, 2021 1 commit
  22. 16 Apr, 2021 1 commit
  23. 01 Apr, 2021 1 commit
  24. 31 Mar, 2021 1 commit
  25. 08 Mar, 2021 1 commit
  26. 24 Feb, 2021 1 commit
  27. 02 Feb, 2021 1 commit
  28. 27 Jan, 2021 1 commit
  29. 21 Nov, 2020 1 commit
  30. 10 Nov, 2020 2 commits
  31. 29 Oct, 2020 2 commits
  32. 28 Oct, 2020 2 commits
  33. 27 Oct, 2020 1 commit
  34. 26 Oct, 2020 1 commit
    • Jonah Williams's avatar
      [flutter_tools] reland: drive service (#68887) · 183fe75d
      Jonah Williams authored
      Overhaul of flutter drive in order to deliver a better experience, namely:
      
      * flutter run and flutter drive now share more flags, so code paths that were previously only testable on run are now testable on drive.
      * Removes web-initialize-platform as this is no longer used
      * flutter drive correctly sets up a logger that shows native exceptions, by connecting to the vm service.
      * VM service connection now provides access to memory info without launching devtools (only for debug/profile mode)
      
      Web changes
      
      * Passes on the one test in the repo, otherwise the webdriver code has been isolated as much as possible
      
      Additional NNBD related bug fixes:
      
      No longer passes --enable-experiment to the test script. (FYI @blasten ). earlier we might have assumed that the flutter gallery benchmarks would be migrated along side the app and flutter driver, but only the app under test needs to be migrated. The test scripts should never be run with the experiment.
      183fe75d
  35. 23 Oct, 2020 1 commit