From c27ed0cfd34683d024ed1de4c8779734dceade0a Mon Sep 17 00:00:00 2001 From: Ilya Goncharov Date: Thu, 5 Sep 2019 14:37:00 +0300 Subject: [PATCH] Update ReadMe for gradle-plugin-integration-tests --- .../tools/kotlin-gradle-plugin-integration-tests/Readme.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/libraries/tools/kotlin-gradle-plugin-integration-tests/Readme.md b/libraries/tools/kotlin-gradle-plugin-integration-tests/Readme.md index a58f52d3744..08785238cf5 100644 --- a/libraries/tools/kotlin-gradle-plugin-integration-tests/Readme.md +++ b/libraries/tools/kotlin-gradle-plugin-integration-tests/Readme.md @@ -23,6 +23,11 @@ The tests that use the Gradle plugins DSL ([`PluginsDslIT`](../kotlin-gradle-plu ./gradlew -Pdeploy_version=1.2-test :kotlin-gradle-plugin:plugin-marker:install :kotlin-noarg:plugin-marker:install :kotlin-allopen:plugin-marker:install ./gradlew -Pdeploy_version=1.2-test :kotlin-gradle-plugin-integration-tests:test +If you want to run only one test class, you need to set flag `--tests` with value of test class, which you want to run + + ./gradlew :kotlin-gradle-plugin-integration-tests:test --tests + + #### How to work with the tests When you create a new test, figure out which Gradle versions it is supposed to run on. Then, when you instantiate a test project, specify one of: