Replies: 2 comments 6 replies
-
Hi @markbeij, Please find here with the sample script.
The find command locates all files that match *_test.dart, which should find all your unit test files. Feel free to modify the above script to meet your project requirements. |
Beta Was this translation helpful? Give feedback.
6 replies
-
I'm tentatively closing the discussion since we haven't heard back from you. You can open the discussion again by replying to this message or opening a new discussion. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
The
Flutter test
command only works for the current directory, but how can I run all unit tests in code magic CI/CD pipeline for my repo when I have multiple packages which have their own unit tests?I'm not an expert in bash scripting but managed to loop through all test folders and run unit tests, but my build won't fail in on unit test failure. Is there a recommended way of doing this?
Beta Was this translation helpful? Give feedback.
All reactions