Closed n13 closed 2 years ago
Docker output has no information on unit tests
We want to see each test and how it's passing.
Each test run pass/fail status
On the docker build.
1 - change docker file to use "expanded" option for unit test
RUN cd hashed-wallet && flutter test -r expanded
2 - change docker build command to show all output
docker build --progress=plain -t flutterdocker . OR for testing this, use --no-cache docker build --progress=plain --no-cache -t flutterdocker .
Note - this has been added the the v1.0.0_M1_00 branch
Once merged, will be fixed.
branch merged, this is fixed
Docker output has no information on unit tests
We want to see each test and how it's passing.
Each test run pass/fail status
On the docker build.
1 - change docker file to use "expanded" option for unit test
2 - change docker build command to show all output