1. 15 Apr, 2020 1 commit
  2. 09 Mar, 2020 1 commit
  3. 19 Feb, 2020 1 commit
  4. 11 Feb, 2020 1 commit
  5. 07 Feb, 2020 1 commit
  6. 22 Jan, 2020 1 commit
  7. 10 Jan, 2020 1 commit
  8. 07 Jan, 2020 1 commit
  9. 03 Jan, 2020 1 commit
  10. 23 Dec, 2019 1 commit
  11. 20 Dec, 2019 1 commit
  12. 19 Dec, 2019 1 commit
  13. 18 Dec, 2019 1 commit
    • Angjie Li's avatar
      Flutter Web Driver Support (#45951) · 1ef0eadb
      Angjie Li authored
      * Support Flutter Driver test for Flutter Web application.
      
      * Support Flutter Driver test for Flutter Web application.
      
      * Fix documentation issues.
      
      * Support Flutter Driver test for Flutter Web application.
      
      * Fix documentation.
      
      * Remove unused file from dartdoc check.
      
      * Sync to date.
      
      * Revert change to dartdoc.
      
      * Address comments.
      
      * Apply suggestions from code review
      Co-Authored-By: 's avatarJonah Williams <jonahwilliams@google.com>
      
      * Update copyrights.
      
      * Update allowed list for browsers.
      
      * Verify command line arguments for Drive command is correctly parsed.
      
      * Make waitUntilFirstFrameRasterized throw unimplementedError for Flutter Web Driver.
      
      * Add comment for why sync WebDriver is used.
      
      * Update documentations.
      
      * Add more unit tests and update documentation.
      
      * Configure test.dart so that web_extension_test will be executed with --platform=chrome.
      
      * Revert unnecessary changes.
      
      * Add new file path for Windows to blacklist.
      
      * Reconstruct the structure of flutter_driver/test/src folder to remove filtering logic in dev/bots/test.dart/
      
      * Fix path to web_extension_test.dart.
      
      * Add instructions for how to use WebFlutterDriver.
      
      * Update getLayerTree to use sendCommand instead of _sendCommand.
      
      * Update pubspec files.
      1ef0eadb