diff --git a/backend.native/tests/teamcity-test.property b/backend.native/tests/teamcity-test.property new file mode 100644 index 00000000000..c78053c4f48 --- /dev/null +++ b/backend.native/tests/teamcity-test.property @@ -0,0 +1,12 @@ +# +# Test property for teamcity integration tests. +# how to launch tests: +# 1. place well-formed result.json in test.output/external +# 2. launch following command: +# > export TEAMCITY_BUILD_PROPERTIES_FILE=backend.native/tests/teamcity-test.property +# > ./gradlew :backend.native:tests:slackReport +# +teamcity.build.id=test-build +teamcity.buildType.id=test-type-build +konan-reporter-token= +konan-channel-name= \ No newline at end of file