[TIMOB-17982] Add mobile web preview launch functionality to CLI
| GitHub Issue | n/a |
|---|---|
| Type | Story |
| Priority | None |
| Status | Closed |
| Resolution | Won't Fix |
| Resolution Date | 2017-07-26T03:50:32.000+0000 |
| Affected Version/s | n/a |
| Fix Version/s | n/a |
| Components | CLI, MobileWeb |
| Labels | n/a |
| Reporter | Sujeet Mishra |
| Assignee | Eric Merriman |
| Created | 2014-11-05T23:15:25.000+0000 |
| Updated | 2017-07-26T03:50:32.000+0000 |
Description
The following steps currently happen in the studio
1. Start the emulator
2. Do a mobile web build using the CLI
3. Start a web server
4. Call into a python script to check if the device is ready
5. Wipe the browser cache
6. Launch the browser process using the adb
We propose moving all the steps 1 through 6 into a CLI command to build and launch mobile web projects for preview in an emulator
Closing as "Won't Fix" as MobileWeb has been deprecated.