Titanium JIRA Archive
Titanium SDK/CLI (TIMOB)

[TIMOB-11566] Anvil: option to send test output of the simulator to the terminal rather than just log.txt

GitHub Issuen/a
TypeBug
PriorityLow
StatusClosed
ResolutionWon't Fix
Resolution Date2016-08-24T19:40:53.000+0000
Affected Version/sRelease 3.0.0
Fix Version/sn/a
ComponentsAnvil
Labelsn/a
ReporterJon Alter
AssigneeEric Merriman
Created2012-10-24T17:57:49.000+0000
Updated2017-03-20T20:25:52.000+0000

Description

It would be very handy for debugging tests if the log output of the simulator that is generated by the tests could be sent to the terminal if needed instead of only to the log.txt Currently it is possible to send the output of the simulator to the terminal by adding a console.log statement at line 82 of "driverUtils.js" as seen below:
var stdoutString = data.toString();
console.log('#####: '+stdoutString);

Comments

  1. Chris Barber 2016-08-24

    Anvil is dead.
  2. Lee Morris 2017-03-20

    Closing ticket as Anvil is no longer supported.

JSON Source