Discussion: Testing Features Support #42
Replies: 3 comments
-
Thank you, I'm glad you like it! Yes, it was my plan to add something like that from the very beginning. Unfortunately, I didn't have much time recently, but I'm definitely going to work on that in the (hopefully, near) future. I was thinking about similar use cases, so thanks for putting them into the written form – now we have an issue to start with 😄 |
Beta Was this translation helpful? Give feedback.
-
Awesome! I love that we're thinking along the same lines. Currently, I don't have too much time to contribute to storybook_flutter but when I do, I would love to contribute. For example, the variants feature is almost fully supported by the Knobs. Missing: One possible API is that these knobs automatically become variants. |
Beta Was this translation helpful? Give feedback.
-
Yes, makes sense.
Yes, probably even 3 options by default: empty, short text, long text.
Yes, I had that in mind as well.
I would prefer keeping knobs independent from the tests code, so as an option the test scenario can be generated based on annotations. |
Beta Was this translation helpful? Give feedback.
-
Thank you for such a great library which I use heavily in all my projects.
Recently, I've setup golden_toolkit to automatically generate screenshots. However, this doesn't make sense if one is already using this library. The issue is that
golden_toolkit
requires extensive setup and is limited by widget test limitations. Since our UI is already storyboarded, it makes more sense to run tests from this library instead.Do you have any plans to add testing features?
There are a few testing features I'm immediately interested in adding to storyboard:
What are your thoughts?
Beta Was this translation helpful? Give feedback.
All reactions