Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: show the randomization seed for very_good test command #335

Closed
orestesgaolin opened this issue Mar 22, 2022 · 0 comments · Fixed by #340
Closed

feat: show the randomization seed for very_good test command #335

orestesgaolin opened this issue Mar 22, 2022 · 0 comments · Fixed by #340
Assignees
Labels
feature A new feature or request

Comments

@orestesgaolin
Copy link

Description
I would like to be able to see the seed passed to the very_good test command.

Steps To Reproduce

  1. Run very_good test --coverage --test-randomize-ordering-seed random

Expected Behavior

My expected output would be:

very_good test --coverage --test-randomize-ordering-seed random
Running "flutter test" in /Users/dominik/Projects/app with --test-randomize-ordering-seed=1707931679

where 1707931679 is the used seed.

Additional Context
very_good_workflow displays the seed by default

@orestesgaolin orestesgaolin added the bug Something isn't working as expected label Mar 22, 2022
@felangel felangel added feature A new feature or request and removed bug Something isn't working as expected labels Mar 23, 2022
@felangel felangel self-assigned this Mar 25, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature A new feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants