Betterment / alchemist

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

request: Disable scenario name in CI variant #109

Open vrnvorona opened 9 months ago

vrnvorona commented 9 months ago

Is there an existing feature request for this?

Command

Ability to disable text widget for csenario name in CI env

Description

Config setting which when enabled removes Text widget with scenario.name parameter from CI image

Reasoning

Since in CI font is obscured for compativility, names doesn't make sense and just clutter image. Also, ahem font takes much more space and something like 30-35 long name is making CI image twice as wide

image

(this is 35 symbols including whitespaces)

Additional context and comments

No response