Lorin Beer created CB-7358:
------------------------------
Summary: [CLI] [tests]
Key: CB-7358
URL: https://issues.apache.org/jira/browse/CB-7358
Project: Apache Cordova
Issue Type: Bug
Reporter: Lorin Beer
cordova-cli test suite outputs jank while running tests
jank includes multiple repetitions of the help string.
solution: mock or redirect console.log to avoid polluting output
{code}
Synopsis
cordova command [options]
Global Commands
create ............................. Create a project
help ............................... Get help for a command
Project Commands
info ............................... Generate project information
platform ........................... Manage project platforms
plugin ............................. Manage project plugins
prepare ............................ Copy files into platform(s) for
building
compile ............................ Build platform(s)
run ................................ Run project
(including prepare && compile)
serve .............................. Run project with a local webserver
(including prepare)
aliases:
build -> cordova prepare && cordova compile
emulate -> cordova run --emulator
Experimental Commands
These commands require the --experimental flag.
save ............................... Save installed platforms/plugins
restore ............................ Restore saved platforms/plugins
Command-line Flags/Options
-v, --version ...................... prints out this utility's version
-d, --verbose ...................... debug mode produces verbose log output
for all activity,
including output of sub-commands
cordova invokes
{code}
--
This message was sent by Atlassian JIRA
(v6.2#6252)