Betterment / alchemist

A Flutter tool that makes golden testing easy.
MIT License
268 stars 36 forks source link

request: whilePerforming for individual tests #110

Open xVemu opened 9 months ago

xVemu commented 9 months ago

Is there an existing feature request for this?

Command

Ability to perform actions for every test individually

Description

GoldenTestScenario should have whilePerforming parameter, so every test could have different action. Currently, to create the same scenario but different actions, you have to create a second file.

Reasoning

I want all test to be in single file, because they all corresponds to the same widget.