Skip to content

Latest commit

 

History

History
19 lines (16 loc) · 560 Bytes

README.MD

File metadata and controls

19 lines (16 loc) · 560 Bytes

Groovy code execution service tests

Requirements

  • Specify version of the service by setting up environment variable TEST_IMAGE (or default value behavox/product-qa-groovy-1.0.1:latest will be used)

Run test:

docker load < product-qa-groovy-1.0.1.tar
  • Launch compile and test execution
./gradlew clean test

Report

Report will be placed into ./build/reports/tests after execution