hypha-dao / hashed-wallet

Hashed Wallet
MIT License
3 stars 3 forks source link

Better unit test outputs #116

Closed n13 closed 2 years ago

n13 commented 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 .
n13 commented 2 years ago

Note - this has been added the the v1.0.0_M1_00 branch

Once merged, will be fixed.

n13 commented 2 years ago

branch merged, this is fixed