Return-Path: X-Original-To: apmail-cordova-commits-archive@www.apache.org Delivered-To: apmail-cordova-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 9E3D910110 for ; Tue, 3 Sep 2013 14:00:20 +0000 (UTC) Received: (qmail 45121 invoked by uid 500); 3 Sep 2013 14:00:19 -0000 Delivered-To: apmail-cordova-commits-archive@cordova.apache.org Received: (qmail 45051 invoked by uid 500); 3 Sep 2013 14:00:18 -0000 Mailing-List: contact commits-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 commits@cordova.apache.org Received: (qmail 45043 invoked by uid 99); 3 Sep 2013 14:00:18 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 03 Sep 2013 14:00:18 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id B0D9C8BCCDB; Tue, 3 Sep 2013 14:00:17 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: agrieve@apache.org To: commits@cordova.apache.org Message-Id: X-Mailer: ASF-Git Admin Mailer Subject: spec commit: Update setup instructions. Date: Tue, 3 Sep 2013 14:00:17 +0000 (UTC) Updated Branches: refs/heads/master ab9ba6a0a -> 06f014246 Update setup instructions. Project: http://git-wip-us.apache.org/repos/asf/cordova-mobile-spec/repo Commit: http://git-wip-us.apache.org/repos/asf/cordova-mobile-spec/commit/06f01424 Tree: http://git-wip-us.apache.org/repos/asf/cordova-mobile-spec/tree/06f01424 Diff: http://git-wip-us.apache.org/repos/asf/cordova-mobile-spec/diff/06f01424 Branch: refs/heads/master Commit: 06f014246d6634c370394b277f0e0eb1f888cc48 Parents: ab9ba6a Author: Andrew Grieve Authored: Tue Sep 3 09:59:48 2013 -0400 Committer: Andrew Grieve Committed: Tue Sep 3 09:59:48 2013 -0400 ---------------------------------------------------------------------- README.md | 26 ++------------------------ 1 file changed, 2 insertions(+), 24 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cordova-mobile-spec/blob/06f01424/README.md ---------------------------------------------------------------------- diff --git a/README.md b/README.md index e6d705b..a0f04f1 100644 --- a/README.md +++ b/README.md @@ -20,31 +20,9 @@ --> ## Mobile Spec Suite ## -These specs are designed to run inside the mobile device that implements it - _it will fail in the DESKTOP browser_. +This project is a set of automated & manual tests that test Cordova core functionality. -These set of tests is designed to be used with Cordova. You should initialize a fresh Cordova repository for a target platform and then toss these files into the www folder, replacing the -contents. - -Make sure you include cordova.js in the www folder (see the code in cordova-incl.js for clarification). - -This is done so that you don't have to modify every HTML file when you want to test a new version of Cordova. - -The goal is to test mobile device functionality inside a mobile browser. -Where possible, the Cordova API lines up with HTML 5 spec. Maybe down -the road we could use this spec for parts of HTML 5, too :) - -### Requirements ### - -Various parts of this test suite communicate with external servers. -Therefore, when you wrap up the test suite inside a Cordova application, -make sure you add the following entries to the whitelist! - -- audio.ibeat.org -- cordova-filetransfer.jitsu.com -- whatheaders.com -- apache.org (with all subdomains) -- www.google.com -- httpssss://example.com (bad protocol necessary) +To set up the project, refer to the steps within `createmobilespec.sh`. ### Performance ###