Closed tomaszmichalak closed 4 years ago
Describe the bug Execute all Unit tests during the Gradle composite build execution.
To Reproduce Steps to reproduce the behavior:
git clone git@github.com:Knotx/knotx-aggregator.git
cd knotx-aggregator/development/
mkdir knotx
sh pull-all.sh -r ./knotx
cd knotx/knotx-stack
./gradlew test
idea .
Expected behavior
Additional context
This is still valid, we made some simple fix but better solution is expected.
Fixed by #116 use ./gradlew check
./gradlew check
Describe the bug Execute all Unit tests during the Gradle composite build execution.
To Reproduce Steps to reproduce the behavior:
git clone git@github.com:Knotx/knotx-aggregator.git
cd knotx-aggregator/development/
mkdir knotx
sh pull-all.sh -r ./knotx
cd knotx/knotx-stack
./gradlew test
idea .
./gradlew test
is successExpected behavior
./gradlew test
should failAdditional context