Questions about v2 #1339
-
First of all, thank you for this awesome testing framework. It's a must have and IMHO it should be part of flutter native testing framework (especially for the native part). I've seen that you are working on a v2 but I've not much informations about it, so here are some questions :
Thank again for what you've achieved for the Flutter community ! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Hi, thanks for kind words :) And yes, we're going to publish v2 soon.
Unfortunately yes - that's why it'll be v2 (we follow semver). But they'll not be huge – you'll have to replace a few boilerplate files in We'll also have a migration guide.
June or July.
The main new feature of v2 is test bundling. There's lots to it, but TL;DR - it's gonna be real nice.
I suspect it's one of the known issues related to logging (most likely #860). In general, you should use I hope I answered your concerns :) Thanks for asking and expressing interest – really appreciate it! |
Beta Was this translation helpful? Give feedback.
Hi, thanks for kind words :) And yes, we're going to publish v2 soon.
Unfortunately yes - that's why it'll be v2 (we follow semver). But they'll not be huge – you'll have to replace a few boilerplate files in
android
orios
folders, but Dart test code (inintegration_test
) will mostly stay the same. There'll be a few new minor limitations (see this comment), but we'll likely resolve them in version 2.x.We'll also have a migration guide.
June or July.
The main new feature of v2 is test bundling. There's lots to it…