Intelity / helium

DSL for REST API specification, verification, and code generation.
Apache License 2.0
4 stars 0 forks source link

./gradlew runApiTest doesn't run API tests #8

Open nonkor opened 7 years ago

nonkor commented 7 years ago

For example, calling ./gradlew runApiTestKcsbase returns output:

:kcsbase:test UP-TO-DATE
:kcsbase:check UP-TO-DATE

BUILD SUCCESSFUL

Actually, API tests were modified and it should trigger the build. ./gradlew checkApiBehaviourKcsbase works as expected - tests are started when it's called.