Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Integration_test package support and null-safety #125

Open
wants to merge 117 commits into
base: master
Choose a base branch
from

Conversation

jonsamwell
Copy link
Owner

Note that null safety cannot yet be achived in the flutter stable branch due to flutter_driver and integration_test not being null safe themselves see flutter/flutter#71379 & flutter/flutter#80293

jonsamwell and others added 30 commits January 7, 2021 12:43
…g a facade over the Flutter driver and WidgetTester so driving the app becomes agnostic of implementation
…as this functionality is now in the app driver adapters
…ts running using the integration_test library
…f the lib working so need to remove references to flutter_test / dart:ui
jonsamwell and others added 22 commits June 27, 2022 12:39
  - Resolved #170: Added example code to ensure json report is save to disk even when the test run fails. Also added script to generate a HTML report from a JSON report
…ng tests which can affect how frames are painted and the speed of the test run, I've removed the default value which might be responsible for #231
…on Android (thanks to @youssef-t for the solution)

  - Fix #216 - ensure step exceptions and `expect` failure results are added as errors to the json report
  - Scenarios can now have descriptions which also appear in the json reporter output
This eases running tests on Flutter web #243
…support

feat: add standard configuration for web
  - Fix #256 - Ensure all exceptions generated when running a step are logged
  - Fix #253 - Ensure features with descriptions that span more than one line are parsed correctly
  - Fix #252 - Ensure all async code is awaited
  - When taking a screenshot on the web use the render element rather than relying on native code that does not work
AnimatedList is not subclassing from ScrollView, and the seen behaviour was that nativeDriver.state was trying to ensure that a single state is available which is not true for AnimatedList. Regression test was performed on ListView.
Change scroll code to make it working also for AnimatedList
…generator.dart

Co-authored-by: August Oberhauser <86839043+golane-august@users.noreply.github.com>
…generator.dart

Co-authored-by: August Oberhauser <86839043+golane-august@users.noreply.github.com>
Make it possible to run the tests with flutter test instead of flutter drive.
@vrnvorona
Copy link

vrnvorona commented May 17, 2023

any chance to bump to rc18 on hosted? preferably after #292

@lsuhov
Copy link

lsuhov commented Oct 13, 2023

Hello @jonsamwell ,
I would suggest on merging this branch in master. We are utilising this branch from a year now and can say that it's more stable than the version utilising the test_driver.
Thank you for your support,
Lucian

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet