Skip to content

Integration_test package support and null-safety#125

Open
jonsamwell wants to merge 117 commits intomasterfrom
integration_test__package_support
Open

Integration_test package support and null-safety#125
jonsamwell wants to merge 117 commits intomasterfrom
integration_test__package_support

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
fixes for changelog
feature folder fix in changelog
jonsamwell and others added 21 commits June 28, 2022 09:04
…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

@cbarajasZF
Copy link

Hi! @jonsamwell
I noticed that this PR has been open for quite some time. We’ve been using this branch for more than a year now, and it has been very useful across multiple projects.

Is there any update on whether this branch will be merged?
Appreciate your work on this! This branch has been really useful for us.
CBarajas

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.