1. 22 Nov, 2016 1 commit
    • Chris Bracken's avatar
      Add testOutputsDirectory (#6987) · c370b7de
      Chris Bracken authored
      Declares a top-level getter that returns the outputs directory to which
      Flutter Driver tests can write any output files. Timeline data defaults
      to this directory.
      c370b7de
  2. 10 May, 2016 1 commit
  3. 04 May, 2016 1 commit
  4. 03 May, 2016 1 commit
  5. 15 Apr, 2016 1 commit
  6. 11 Apr, 2016 1 commit
  7. 05 Apr, 2016 1 commit
  8. 02 Apr, 2016 1 commit
  9. 18 Feb, 2016 1 commit
    • Yegor Jbanov's avatar
      add flutter_driver package · b0e45594
      Yegor Jbanov authored
      This commit contains:
      
      - FlutterDriver API for e2e tests usable in conjunction with package:test
      - FlutterDriverExtension to be enabled by the application in order to
        allow an external agent to connect to it and drive user interactions and
        probe into the element tree
      - initial implementations of tap, findByValueKey and getText commands (to
        be expanded in future PRs)
      b0e45594