Knotx / knotx-stack

Stack is a way of distributing fully functional bootstrap project for Knot.x-based solutions
https://knotx.io
Apache License 2.0
2 stars 8 forks source link

Execute tests from all included builds #57

Closed tomaszmichalak closed 4 years ago

tomaszmichalak commented 5 years ago

Describe the bug Execute all Unit tests during the Gradle composite build execution.

To Reproduce Steps to reproduce the behavior:

  1. git clone git@github.com:Knotx/knotx-aggregator.git
  2. cd knotx-aggregator/development/
  3. mkdir knotx
  4. sh pull-all.sh -r ./knotx
  5. cd knotx/knotx-stack
  6. ./gradlew test
  7. idea .
  8. modify assertions in io.knotx.fragments.engine.TaskEngineSingleOperationTest
  9. ./gradlew test is success

Expected behavior

  1. ./gradlew test should fail

Additional context

tomaszmichalak commented 4 years ago

This is still valid, we made some simple fix but better solution is expected.

malaskowski commented 4 years ago

Fixed by #116 use ./gradlew check