From 199594aa4559c045d8fdbe3137b92f6839cfe802 Mon Sep 17 00:00:00 2001 From: Vasil Chimev Date: Mon, 27 Feb 2017 19:02:06 +0200 Subject: [PATCH] Add widgets comment message description Update document with widgets comment message description --- PULL_REQUEST_TESTS.md | 1 + 1 file changed, 1 insertion(+) diff --git a/PULL_REQUEST_TESTS.md b/PULL_REQUEST_TESTS.md index 142b21b32..e7b500edc 100644 --- a/PULL_REQUEST_TESTS.md +++ b/PULL_REQUEST_TESTS.md @@ -6,3 +6,4 @@ This document describes comment messages available to execute tests on pull requ |`cuteness [android/ios]`|ci/jenkins/cuteness-[android/ios]|Builds NativeScript cross-platform modules and apps, assembles the [Cuteness](https://github.com/NativeScript/NativeScript/tree/master/apps/app/cuteness.io) app using prebuild .apk and .app, run it in separate jobs for Android and iOS. | |`uitests [android/ios]`|ci/jenkins/uitests-[android/ios]|Builds NativeScript cross-platform modules and apps, assembles the [UITests](https://github.com/NativeScript/NativeScript/tree/master/apps/app/ui-tests-app) app using prebuild .apk and .app, run it in separate jobs for Android and iOS. | |`full build`|ci/jenkins/full-build|Builds NativeScript cross-platform modules and tests, builds the [UnitTests](https://github.com/NativeScript/NativeScript/tree/master/tests) app, run it for both iOS and Android.| +|`widgets`|ci/jenkins/widgets|Builds NativeScript cross-platform modules and tests, takes latest widgets build on PR, builds the [UnitTests](https://github.com/NativeScript/NativeScript/tree/master/tests) app, run it for both iOS and Android.|