[ALOY-520] Add "jake app:quickrun" to just copy app folder to harness for quick builds
GitHub Issue | n/a |
---|---|
Type | Story |
Priority | High |
Status | Resolved |
Resolution | Fixed |
Resolution Date | 2013-02-14T21:29:38.000+0000 |
Affected Version/s | n/a |
Fix Version/s | Alloy 1.1.0, 2013 Sprint 04 |
Components | Titanium SDK |
Labels | n/a |
Reporter | Tony Lukasavage |
Assignee | Unknown |
Created | 2013-02-14T19:32:28.000+0000 |
Updated | 2018-03-07T22:26:14.000+0000 |
Description
"jake app:run" does a full rebuild of every test app when executed. It would be nice, now that Alloy supports "app:quickrun" builds with ios and fastdev with android, if we could also support quick builds with jake. For deep testing, it would be a good idea to do full rebuilds, but for quick testing, this will increase the speed of the development workflow.
Quick runs can now be done with
but a full run needs to be done first. This works well with iOS, but not so much with Android as fastdev would need to be run manually. Integrating fastdev into the alloy testing workflow is not something we want to tackle and will likely wait for liveti to be ready before revisiting speeding up the testing workflow further.