Titanium JIRA Archive
Titanium SDK/CLI (TIMOB)

[TIMOB-14516] Create Unit Tests for Titanium CLI

GitHub Issuen/a
TypeStory
PriorityHigh
StatusClosed
ResolutionFixed
Resolution Date2013-08-02T23:18:37.000+0000
Affected Version/sRelease 3.1.1
Fix Version/s2013 Sprint 16, 2013 Sprint 16 Core, Release 3.2.0
ComponentsCLI, Tooling
Labelsn/a
ReporterAllen Yeung
AssigneeChris Barber
Created2013-07-10T21:27:33.000+0000
Updated2017-03-22T22:46:53.000+0000

Description

We need to create unit tests for the "titanium" node module.

Comments

  1. Chris Barber 2013-07-26

    https://github.com/appcelerator/titanium/pull/50 https://github.com/appcelerator/node-appc/pull/50
  2. Chris Barber 2013-07-31

    To test, from the root of the Titanium CLI and node-appc module run:
       ./forge test
       
    To run coverage tests, you need to first install jscoverage:
       git clone git@github.com:visionmedia/node-jscoverage.git
       cd node-jscoverage
       ./configure
       make
       sudo make install
       
    Then run:
       ./forge test-cov
       
       open coverage.html
       
  3. Lee Morris 2017-03-22

    Closing ticket as fixed.

JSON Source