Member-only story
Best Test Set Up
With this test set up, you can fast prototype a flutter application. And yes, it does still use BDD in a less complex approach.
Side Note: Code With Me is in two different parts. Part one is a cookbook that covers individual techniques in flutter app development and app design. Part two is actual real flutter apps in the step-by-step format. No, it’s not the default flutter template counter app; but a real apps like a git-client app using GraphQL.
The Code With Me repo is at:
It’s also part of the Deep Dive Into Flutter App Dev And Design Book series that I am writing.
What Are We Building
What are we building? This is what the Goldens tests look like:
And you might notice that it matches some Use Cases. My general gist is to use Goldens combined with Unit and Widget testing and some testing libraries to implement BDD testing without having to…