All Projects → apache → Cordova Mobile Spec

apache / Cordova Mobile Spec

Licence: apache-2.0
Apache Cordova mobile-spec

Programming Languages

javascript
184084 projects - #8 most used programming language
java
68154 projects - #9 most used programming language
csharp
926 projects
cplusplus
227 projects

Projects that are alternatives of or similar to Cordova Mobile Spec

Cordova Plugin File
Apache Cordova Plugin file
Stars: ✭ 664 (+1064.91%)
Mutual labels:  library, mobile, cordova
Cordova Plugin Camera
Apache Cordova Plugin camera
Stars: ✭ 879 (+1442.11%)
Mutual labels:  library, mobile, cordova
Cordova Plugin Device
Apache Cordova Plugin device
Stars: ✭ 327 (+473.68%)
Mutual labels:  library, mobile, cordova
Cordova Plugin Statusbar
Apache Cordova
Stars: ✭ 581 (+919.3%)
Mutual labels:  library, mobile, cordova
Cordova Plugin Inappbrowser
Apache Cordova Plugin inappbrowser
Stars: ✭ 994 (+1643.86%)
Mutual labels:  library, mobile, cordova
Cordova Plugin Splashscreen
Apache Cordova Plugin splashscreen
Stars: ✭ 602 (+956.14%)
Mutual labels:  library, mobile, cordova
Cordova Weinre
Mirror of Apache Weinre
Stars: ✭ 506 (+787.72%)
Mutual labels:  library, mobile, cordova
Framework7
Full featured HTML framework for building iOS & Android apps
Stars: ✭ 16,560 (+28952.63%)
Mutual labels:  library, mobile, cordova
Cordova Plugin Whitelist
Apache Cordova plugin whitelist
Stars: ✭ 442 (+675.44%)
Mutual labels:  library, mobile, cordova
Cordova Plugin Network Information
Apache Cordova Plugin network-information
Stars: ✭ 429 (+652.63%)
Mutual labels:  library, mobile, cordova
Cordova Plugin Geolocation
Apache Cordova Plugin geolocation
Stars: ✭ 584 (+924.56%)
Mutual labels:  library, mobile, cordova
Cordova Firefoxos
[DEPRECATED] Apache Cordova firefoxos
Stars: ✭ 41 (-28.07%)
Mutual labels:  library, mobile, cordova
Cordova Plugin File Transfer
Apache Cordova Plugin file-transfer
Stars: ✭ 537 (+842.11%)
Mutual labels:  library, mobile, cordova
Cordova Plugin Wkwebview Engine
[DEPRECATED] Apache Cordova wkwebview engine plugin
Stars: ✭ 607 (+964.91%)
Mutual labels:  library, mobile, cordova
Cordova
Apache Cordova
Stars: ✭ 291 (+410.53%)
Mutual labels:  library, mobile, cordova
Cordova Plugin Media
Apache Cordova Plugin media
Stars: ✭ 338 (+492.98%)
Mutual labels:  library, mobile, cordova
Cordova Plugin Dialogs
Apache Cordova Plugin dialogs
Stars: ✭ 267 (+368.42%)
Mutual labels:  library, mobile, cordova
Cordova Plugin Media Capture
Apache Cordova Plugin media-capture
Stars: ✭ 271 (+375.44%)
Mutual labels:  library, mobile, cordova
Cordova Plugman
Apache Cordova Plugman
Stars: ✭ 379 (+564.91%)
Mutual labels:  library, mobile, cordova
Cordova Cli
Apache Cordova CLI
Stars: ✭ 861 (+1410.53%)
Mutual labels:  library, mobile, cordova

Cordova Mobile Spec Suite

This cordova-mobile-spec repository can be used to create a Cordova app that provides a set of manual tests to verify Cordova core functionality. It is currently used in the release processes of platforms, plugins and tools.

It also provides access to manual and automated tests of the installed plugins (via cordova-plugin-test-framework).

(History: A very long time ago this repository also included all the manual and automated plugin tests before those were extracted and moved into the plugins themselves.)

Overview

This repository has 3 parts:

  1. This main folder is a Cordova app "template" (config.xml and www) that includes implementations of various functionalities that Cordova supports (battery, events, keyboard, lazyloadjs, splashscreens, sql, storage, misc) that can manually be tested, some benchmarks, and a link to the automated and manual tests installed plugins offer (cdvtests/index.html).

  2. There are 4 plugins as well: cordova-plugin-echo ("plugin implementation of the Echo function to test the bridge"), cordova-plugin-mobilespec-tests ("Cordova Non Plugin Auto Tests"), cordova-plugin-thirdparty-tests ("Tests for popular third-party plugins") and cordova-plugin-whitelist (TODO).

  3. The createmobilespec folder contains a script/CLI to create a Cordova app

    1. using the locally installed Cordova CLI, the currently up to date (published on npm) platforms and plugins (including their tests!), and the 4 local plugins from 2) (mode --global) or
    2. using local checkouts (via cordova-coho) of all these (CLI, tools, platforms, plugins...) or
    3. with several other modes (to e.g. use plugman and /bin/create instead of the CLI)

The end result is a folder ../mobilespec with a Cordova app that can be installed on devices. It can be used for some manual testing with the functionality offered by 1) or run the tests additionally provided by the plugins via cordova-plugin-test-framework.

Usage

See the README.md in /createmobilespec for usage instruction on how to create the "mobilespec" app.

Cordova Plugin File-Transfer Tests

Tests of Cordova Plugin File-Transfer require a test server. Follow these instructions to install and run the server and configure the plugin.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].