From ccc327fe64fc8cf90b09f943e4a418e6d2384442 Mon Sep 17 00:00:00 2001 From: vchimev Date: Thu, 1 Jun 2017 16:57:45 +0300 Subject: [PATCH] docs: add PULL_REQUEST_TESTS.md --- PULL_REQUEST_TESTS.md | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 PULL_REQUEST_TESTS.md diff --git a/PULL_REQUEST_TESTS.md b/PULL_REQUEST_TESTS.md new file mode 100644 index 00000000..de35b682 --- /dev/null +++ b/PULL_REQUEST_TESTS.md @@ -0,0 +1,10 @@ +This document describes comment messages available to execute tests on pull request. + +|Comment |Commit Status Context|Description| +|:----------------------:|:-------------------:|:---------:| +|`run ci` | |Run all below.| +|`js`|ci/jenkins/webpack-js|Pack the *nativescript-dev-webpack* plugin and bundle the [template-hello-world](https://github.com/NativeScript/template-hello-world) template app. | +|`ts`|ci/jenkins/webpack-ts|Pack the *nativescript-dev-webpack* plugin and bundle the [template-hello-world-ts](https://github.com/NativeScript/template-hello-world-ts) template app.| +|`ng`|ci/jenkins/webpack-ng|Pack the *nativescript-dev-webpack* plugin and bundle the [template-hello-world-ng](https://github.com/NativeScript/template-hello-world-ng) template app.| +|`groceries`|ci/jenkins/webpack-groceries|Pack the *nativescript-dev-webpack* plugin and bundle the [Groceries](https://github.com/NativeScript/sample-Groceries) app. | +|`sdk`|ci/jenkins/webpack-sdk|Pack the *nativescript-dev-webpack* plugin and bundle the [SDK](https://github.com/NativeScript/nativescript-sdk-examples-ng) app. |