Return-Path: X-Original-To: apmail-cordova-dev-archive@www.apache.org Delivered-To: apmail-cordova-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id EACA011DEB for ; Mon, 22 Sep 2014 14:33:54 +0000 (UTC) Received: (qmail 13085 invoked by uid 500); 22 Sep 2014 14:33:54 -0000 Delivered-To: apmail-cordova-dev-archive@cordova.apache.org Received: (qmail 13047 invoked by uid 500); 22 Sep 2014 14:33:54 -0000 Mailing-List: contact dev-help@cordova.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cordova.apache.org Delivered-To: mailing list dev@cordova.apache.org Received: (qmail 13035 invoked by uid 99); 22 Sep 2014 14:33:54 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 22 Sep 2014 14:33:54 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id 02FD6948F4E; Mon, 22 Sep 2014 14:33:53 +0000 (UTC) From: jpchase To: dev@cordova.apache.org Reply-To: dev@cordova.apache.org Message-ID: Subject: [GitHub] cordova-plugin-test-framework pull request: CB-7459 Add header to ... Content-Type: text/plain Date: Mon, 22 Sep 2014 14:33:53 +0000 (UTC) GitHub user jpchase opened a pull request: https://github.com/apache/cordova-plugin-test-framework/pull/6 CB-7459 Add header to show number of enabled plugin tests It is not obvious if all/how many plugin tests are being run, given that: - Individual plugin tests can be enabled/disabled by the user - The enabled settings are remembered across app runs (even if the user forgets) - The UI widgets to enable/disable individual plugins is hidden in a collapsed section by default, so are not visible To aid the user, a header has been added to explicitly show the total number of tests, and how many are enabled (e.g. "All" vs. "N/M"). You can merge this pull request into a Git repository by running: $ git pull https://github.com/jpchase/cordova-plugin-test-framework CB-7459-part2 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/cordova-plugin-test-framework/pull/6.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #6 ---- commit 1456ebc984e93ddd7b708aa8f00ebeae32d4eea7 Author: Jason Chase Date: 2014-09-15T13:55:50Z CB-7459 Add header to show number of enabled plugin tests It is not obvious if all/how many plugin tests are being run, given that: - Individual plugin tests can be enabled/disabled by the user - The enabled settings are remembered across app runs (even if the user forgets) - The UI widgets to enable/disable individual plugins is hidden in a collapsed section by default, so are not visible To aid the user, a header has been added to explicitly show the total number of tests, and how many are enabled (e.g. "All" vs. "N/M"). ---- --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastructure@apache.org or file a JIRA ticket with INFRA. ---