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 A23671028C for ; Tue, 30 Dec 2014 17:19:22 +0000 (UTC) Received: (qmail 70724 invoked by uid 500); 30 Dec 2014 17:19:22 -0000 Delivered-To: apmail-cordova-dev-archive@cordova.apache.org Received: (qmail 70685 invoked by uid 500); 30 Dec 2014 17:19:22 -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 70668 invoked by uid 99); 30 Dec 2014 17:19:20 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 30 Dec 2014 17:19:20 +0000 X-ASF-Spam-Status: No, hits=1.5 required=5.0 tests=HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of mbishop@fiksu.com designates 209.85.217.176 as permitted sender) Received: from [209.85.217.176] (HELO mail-lb0-f176.google.com) (209.85.217.176) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 30 Dec 2014 17:19:16 +0000 Received: by mail-lb0-f176.google.com with SMTP id p9so12774948lbv.35 for ; Tue, 30 Dec 2014 09:18:09 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=fiksu.com; s=google; h=mime-version:date:message-id:subject:from:to:content-type; bh=OKYksnlauVW/US6tbszveFpExfc9XqbYTpYsY3apv7I=; b=r09Kon4GqayNdQK5oFTV5n1TYUWAv37hQBFNcnHS+MmSjR6J+Y+QvMtyGhweS9EdOd jI5sSbr3213B8zVIIAKOkb7Jg5IKFiLdfg7zyLtpKwMbitYXos2Uzn7Od8MmNdzh0fDD Pr3TpUx1WhjMScBr8dYwpbhK1JtdDd/kJwlmE= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:date:message-id:subject:from:to :content-type; bh=OKYksnlauVW/US6tbszveFpExfc9XqbYTpYsY3apv7I=; b=AOeM2KVCwkJ7qlOmHXncp7+8BOeUngDq4bQw1YE7kfCtf1m9Q0E67L0FH2N04fEym1 6nyxikK4mi8YOXY6VjhF3RTWTvSKPnLgz7gX3MuNYULCVST+jplYQmuqKKeMgO32k18a 1PmytkXFhR8s2jwY4bBjChYyl8vnN0YEJdpbd9itxYTVF0pIzgrNO0VqsXlBNgtfuG65 m+fqoCoA4jcagrPtLYzTQq8lsSjm8sgGY8lSbIs0bnrazg8igF6XdOb6I2N+D8Bg7ZZ0 vJg/rcll07evkTZt5ZE+SS0nGm6oYmYi7bhhmjpQPRTIZgzM3denEzc7Fq+KAs5/uh5H qstg== X-Gm-Message-State: ALoCoQm4QWm+pHuyUp5e39Yg32ycyjCsfVwBrxXhCRgZeKAwyurtFxoiHoGiak1jjsSVkWmXv+J/ MIME-Version: 1.0 X-Received: by 10.112.130.34 with SMTP id ob2mr2588906lbb.78.1419959889214; Tue, 30 Dec 2014 09:18:09 -0800 (PST) Received: by 10.112.53.104 with HTTP; Tue, 30 Dec 2014 09:18:09 -0800 (PST) Date: Tue, 30 Dec 2014 12:18:09 -0500 Message-ID: Subject: Automated Unit-Testing for my plugin? From: Michael Bishop To: dev@cordova.apache.org Content-Type: multipart/alternative; boundary=047d7b3a7f0acade67050b722c24 X-Virus-Checked: Checked by ClamAV on apache.org --047d7b3a7f0acade67050b722c24 Content-Type: text/plain; charset=UTF-8 Hello Cordova Folk! I have written small plugin for Cordova but want to automate my unit tests. I'm wondering what the endorsed solution is. Here's what I have: - Plugin - 'tests' directory (and associated plugin.xml file) - I've successfully used the 'cordova-plugin-test-framework' in a sample app where I've also included my plugin and the plugin's test plugin. The tests are running just fine. My question(s): How would I automate my test suite? Is it possible to run it via a command-line tool and retrieve the results? Many thanks as I know you are still developing this stuff! _ michael --047d7b3a7f0acade67050b722c24--