1. 12 Jan, 2024 1 commit
  2. 06 Nov, 2023 1 commit
  3. 10 Aug, 2023 1 commit
    • Danny Eldering's avatar
      Fix: use --web-launch-url and --web-hostname arguments in flutter drive (#131763) · 82e2de06
      Danny Eldering authored
      Implement expected functionalities when supplying `--web-launch-url` and/or `--web-hostname` arguments to `flutter drive`.
      - `--web-launch-url` now sets the starting url for the (headless) browser
        - Which for example means you can start at a certain part of the app at the start of your integration test
      - `--web-hostname` now sets the hostname where the target of flutter drive will be hosted
        - Which allows you to set something other than localhost (allowing access via a reverse-proxy for example)
      
      Fixes #118028
      82e2de06
  4. 14 Apr, 2023 1 commit
  5. 14 Mar, 2023 1 commit
  6. 27 Oct, 2022 1 commit
  7. 08 Sep, 2022 1 commit
  8. 24 Jun, 2022 1 commit
  9. 15 Jun, 2022 1 commit
  10. 27 Apr, 2022 1 commit
  11. 02 Nov, 2021 1 commit
  12. 15 Oct, 2021 1 commit
  13. 11 Oct, 2021 1 commit
  14. 08 Oct, 2021 3 commits
  15. 14 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. 16 Apr, 2021 1 commit
  20. 08 Mar, 2021 1 commit
  21. 02 Feb, 2021 1 commit
  22. 27 Jan, 2021 1 commit
  23. 29 Oct, 2020 2 commits
  24. 28 Oct, 2020 1 commit
  25. 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
  26. 23 Oct, 2020 1 commit
  27. 22 Oct, 2020 1 commit
    • Jonah Williams's avatar
      [flutter_tools] refactor drive launch into separate service, split by... · 2e75f52a
      Jonah Williams authored
      [flutter_tools] refactor drive launch into separate service, split by mobile+desktop and web (#68451)
      
      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.
      2e75f52a