[TIMOB-11566] Anvil: option to send test output of the simulator to the terminal rather than just log.txt
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | Low |
Status | Closed |
Resolution | Won't Fix |
Resolution Date | 2016-08-24T19:40:53.000+0000 |
Affected Version/s | Release 3.0.0 |
Fix Version/s | n/a |
Components | Anvil |
Labels | n/a |
Reporter | Jon Alter |
Assignee | Eric Merriman |
Created | 2012-10-24T17:57:49.000+0000 |
Updated | 2017-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);
Anvil is dead.
Closing ticket as Anvil is no longer supported.